Interface UpdateSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateSettings.Builder,UpdateSettings>,SdkBuilder<UpdateSettings.Builder,UpdateSettings>,SdkPojo
- Enclosing class:
- UpdateSettings
public static interface UpdateSettings.Builder extends SdkPojo, CopyableBuilder<UpdateSettings.Builder,UpdateSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSettings.BuilderaddSubnets(String... addSubnets)The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.UpdateSettings.BuilderaddSubnets(Collection<String> addSubnets)The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.UpdateSettings.BuilderremoveSubnets(String... removeSubnets)The ID of one or more subnets to remove.UpdateSettings.BuilderremoveSubnets(Collection<String> removeSubnets)The ID of one or more subnets to remove.UpdateSettings.BuildersecurityGroupId(String securityGroupId)A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.-
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
-
addSubnets
UpdateSettings.Builder addSubnets(Collection<String> addSubnets)
The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.
- Parameters:
addSubnets- The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addSubnets
UpdateSettings.Builder addSubnets(String... addSubnets)
The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.
- Parameters:
addSubnets- The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeSubnets
UpdateSettings.Builder removeSubnets(Collection<String> removeSubnets)
The ID of one or more subnets to remove.
- Parameters:
removeSubnets- The ID of one or more subnets to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeSubnets
UpdateSettings.Builder removeSubnets(String... removeSubnets)
The ID of one or more subnets to remove.
- Parameters:
removeSubnets- The ID of one or more subnets to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupId
UpdateSettings.Builder securityGroupId(String securityGroupId)
A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.
- Parameters:
securityGroupId- A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-