Interface NetworkConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NetworkConfiguration.Builder,,- NetworkConfiguration> - SdkBuilder<NetworkConfiguration.Builder,,- NetworkConfiguration> - SdkPojo
- Enclosing class:
- NetworkConfiguration
@Mutable
@NotThreadSafe
public static interface NetworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault NetworkConfiguration.BuilderawsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration) Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used.awsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration) Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used.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- 
awsvpcConfigurationSpecifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode. - Parameters:
- awsvpcConfiguration- Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
awsvpcConfigurationdefault NetworkConfiguration.Builder awsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration) Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode. This is a convenience method that creates an instance of theAwsVpcConfiguration.Builderavoiding the need to create one manually viaAwsVpcConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toawsvpcConfiguration(AwsVpcConfiguration).- Parameters:
- awsvpcConfiguration- a consumer that will call methods on- AwsVpcConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-