Interface ServiceOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceOptions.Builder,,ServiceOptions> SdkBuilder<ServiceOptions.Builder,,ServiceOptions> SdkPojo
- Enclosing class:
ServiceOptions
@Mutable
@NotThreadSafe
public static interface ServiceOptions.Builder
extends SdkPojo, CopyableBuilder<ServiceOptions.Builder,ServiceOptions>
-
Method Summary
Modifier and TypeMethodDescriptionsupportedRegions(String... supportedRegions) The list of supported Regions for the service.supportedRegions(Collection<String> supportedRegions) The list of supported Regions for the 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
-
supportedRegions
The list of supported Regions for the service.
- Parameters:
supportedRegions- The list of supported Regions for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedRegions
The list of supported Regions for the service.
- Parameters:
supportedRegions- The list of supported Regions for the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-