public static interface UpdateSettings.Builder extends SdkPojo, CopyableBuilder<UpdateSettings.Builder,UpdateSettings>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
UpdateSettings.Builder |
removeSubnets(Collection<String> removeSubnets)
The ID of one or more subnets to remove.
|
UpdateSettings.Builder |
removeSubnets(String... removeSubnets)
The ID of one or more subnets to remove.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSettings.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.
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.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.
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.Builder removeSubnets(Collection<String> removeSubnets)
The ID of one or more subnets to remove.
removeSubnets - The ID of one or more subnets to remove.UpdateSettings.Builder removeSubnets(String... removeSubnets)
The ID of one or more subnets to remove.
removeSubnets - The ID of one or more subnets to remove.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.
securityGroupId - A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and
the VPC endpoints for activation servers.Copyright © 2023. All rights reserved.