public static interface ServiceCollection.Builder extends SdkPojo, CopyableBuilder<ServiceCollection.Builder,ServiceCollection>
| Modifier and Type | Method and Description |
|---|---|
ServiceCollection.Builder |
serviceNames(Collection<ServiceName> serviceNames)
An array of strings that each specifies the name of an AWS service.
|
ServiceCollection.Builder |
serviceNames(ServiceName... serviceNames)
An array of strings that each specifies the name of an AWS service.
|
ServiceCollection.Builder |
serviceNamesWithStrings(Collection<String> serviceNames)
An array of strings that each specifies the name of an AWS service.
|
ServiceCollection.Builder |
serviceNamesWithStrings(String... serviceNames)
An array of strings that each specifies the name of an AWS service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceCollection.Builder serviceNamesWithStrings(Collection<String> serviceNames)
An array of strings that each specifies the name of an AWS service.
serviceNames - An array of strings that each specifies the name of an AWS service.ServiceCollection.Builder serviceNamesWithStrings(String... serviceNames)
An array of strings that each specifies the name of an AWS service.
serviceNames - An array of strings that each specifies the name of an AWS service.ServiceCollection.Builder serviceNames(Collection<ServiceName> serviceNames)
An array of strings that each specifies the name of an AWS service.
serviceNames - An array of strings that each specifies the name of an AWS service.ServiceCollection.Builder serviceNames(ServiceName... serviceNames)
An array of strings that each specifies the name of an AWS service.
serviceNames - An array of strings that each specifies the name of an AWS service.Copyright © 2021. All rights reserved.