public static interface AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder,AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder |
assignPublicIp(String assignPublicIp)
Whether the task's elastic network interface receives a public IP address.
|
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder |
securityGroups(Collection<String> securityGroups)
The IDs of the security groups associated with the task or service.
|
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder |
securityGroups(String... securityGroups)
The IDs of the security groups associated with the task or service.
|
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder |
subnets(Collection<String> subnets)
The IDs of the subnets associated with the task or service.
|
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder |
subnets(String... subnets)
The IDs of the subnets associated with the task or service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder assignPublicIp(String assignPublicIp)
Whether the task's elastic network interface receives a public IP address. The default value is
DISABLED.
Valid values: ENABLED | DISABLED
assignPublicIp - Whether the task's elastic network interface receives a public IP address. The default value is
DISABLED.
Valid values: ENABLED | DISABLED
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder securityGroups(Collection<String> securityGroups)
The IDs of the security groups associated with the task or service.
You can provide up to five security groups.
securityGroups - The IDs of the security groups associated with the task or service.
You can provide up to five security groups.
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder securityGroups(String... securityGroups)
The IDs of the security groups associated with the task or service.
You can provide up to five security groups.
securityGroups - The IDs of the security groups associated with the task or service.
You can provide up to five security groups.
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder subnets(Collection<String> subnets)
The IDs of the subnets associated with the task or service.
You can provide up to 16 subnets.
subnets - The IDs of the subnets associated with the task or service.
You can provide up to 16 subnets.
AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails.Builder subnets(String... subnets)
The IDs of the subnets associated with the task or service.
You can provide up to 16 subnets.
subnets - The IDs of the subnets associated with the task or service.
You can provide up to 16 subnets.
Copyright © 2023. All rights reserved.