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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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.
-