public static interface Settings.Builder extends SdkPojo, CopyableBuilder<Settings.Builder,Settings>
| Modifier and Type | Method and Description |
|---|---|
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.
|
Settings.Builder |
subnets(Collection<String> subnets)
The subnets defined for the registered identity provider.
|
Settings.Builder |
subnets(String... subnets)
The subnets defined for the registered identity provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSettings.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.
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.Builder subnets(Collection<String> subnets)
The subnets defined for the registered identity provider.
subnets - The subnets defined for the registered identity provider.Settings.Builder subnets(String... subnets)
The subnets defined for the registered identity provider.
subnets - The subnets defined for the registered identity provider.Copyright © 2023. All rights reserved.