Interface UpdateSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateSettings.Builder,,- UpdateSettings> - SdkBuilder<UpdateSettings.Builder,,- UpdateSettings> - SdkPojo
- Enclosing class:
- UpdateSettings
@Mutable
@NotThreadSafe
public static interface UpdateSettings.Builder
extends SdkPojo, CopyableBuilder<UpdateSettings.Builder,UpdateSettings> 
- 
Method SummaryModifier and TypeMethodDescriptionaddSubnets(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.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.removeSubnets(String... removeSubnets) The ID of one or more subnets to remove.removeSubnets(Collection<String> removeSubnets) The ID of one or more subnets to remove.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.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- 
addSubnetsThe 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.
 
- 
addSubnetsThe 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.
 
- 
removeSubnetsThe 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.
 
- 
removeSubnetsThe 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.
 
- 
securityGroupIdA 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.
 
 
-