Interface Settings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Settings.Builder,Settings>,SdkBuilder<Settings.Builder,Settings>,SdkPojo
- Enclosing class:
- Settings
public static interface Settings.Builder extends SdkPojo, CopyableBuilder<Settings.Builder,Settings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Settings.BuildersecurityGroupId(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.Settings.Buildersubnets(String... subnets)The subnets defined for the registered identity provider.Settings.Buildersubnets(Collection<String> subnets)The subnets defined for the registered identity provider.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
securityGroupId
Settings.Builder securityGroupId(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.
- 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.
-
subnets
Settings.Builder subnets(Collection<String> subnets)
The 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.
-
subnets
Settings.Builder subnets(String... subnets)
The 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.
-
-