Interface Settings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Settings.Builder,,- Settings> - SdkBuilder<Settings.Builder,,- Settings> - SdkPojo
- Enclosing class:
- Settings
@Mutable
@NotThreadSafe
public static interface Settings.Builder
extends SdkPojo, CopyableBuilder<Settings.Builder,Settings> 
- 
Method SummaryModifier and TypeMethodDescriptionsecurityGroupId(String securityGroupId) A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.The subnets defined for the registered identity provider.subnets(Collection<String> subnets) The subnets defined for the registered identity provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
subnetsThe subnets defined for the registered identity provider. - Parameters:
- subnets- The subnets defined for the registered identity provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subnetsThe subnets defined for the registered identity provider. - Parameters:
- subnets- The subnets defined for the registered identity provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdA security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers. - Parameters:
- securityGroupId- A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoint for activation servers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-