Interface ServiceCollection.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceCollection.Builder,,ServiceCollection> SdkBuilder<ServiceCollection.Builder,,ServiceCollection> SdkPojo
- Enclosing class:
ServiceCollection
@Mutable
@NotThreadSafe
public static interface ServiceCollection.Builder
extends SdkPojo, CopyableBuilder<ServiceCollection.Builder,ServiceCollection>
-
Method Summary
Modifier and TypeMethodDescriptionserviceNames(Collection<ServiceName> serviceNames) An array of strings that each specifies the name of an Amazon Web Services service.serviceNames(ServiceName... serviceNames) An array of strings that each specifies the name of an Amazon Web Services service.serviceNamesWithStrings(String... serviceNames) An array of strings that each specifies the name of an Amazon Web Services service.serviceNamesWithStrings(Collection<String> serviceNames) An array of strings that each specifies the name of an Amazon Web Services service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
serviceNamesWithStrings
An array of strings that each specifies the name of an Amazon Web Services service.
- Parameters:
serviceNames- An array of strings that each specifies the name of an Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNamesWithStrings
An array of strings that each specifies the name of an Amazon Web Services service.
- Parameters:
serviceNames- An array of strings that each specifies the name of an Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNames
An array of strings that each specifies the name of an Amazon Web Services service.
- Parameters:
serviceNames- An array of strings that each specifies the name of an Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNames
An array of strings that each specifies the name of an Amazon Web Services service.
- Parameters:
serviceNames- An array of strings that each specifies the name of an Amazon Web Services service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-