Interface NetworkConfiguration.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
,SdkBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
,SdkPojo
- Enclosing class:
- NetworkConfiguration
public static interface NetworkConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkConfiguration.Builder
assignPublicIp(String assignPublicIp)
Indicates whether the job has a public IP address.NetworkConfiguration.Builder
assignPublicIp(AssignPublicIp assignPublicIp)
Indicates whether the job has a public IP address.-
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, sdkFields
-
-
-
-
Method Detail
-
assignPublicIp
NetworkConfiguration.Builder assignPublicIp(String assignPublicIp)
Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is "
DISABLED
".- Parameters:
assignPublicIp
- Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is "DISABLED
".- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssignPublicIp
,AssignPublicIp
-
assignPublicIp
NetworkConfiguration.Builder assignPublicIp(AssignPublicIp assignPublicIp)
Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is "
DISABLED
".- Parameters:
assignPublicIp
- Indicates whether the job has a public IP address. For a job that's running on Fargate resources in a private subnet to send outbound traffic to the internet (for example, to pull container images), the private subnet requires a NAT gateway be attached to route requests to the internet. For more information, see Amazon ECS task networking in the Amazon Elastic Container Service Developer Guide. The default value is "DISABLED
".- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssignPublicIp
,AssignPublicIp
-
-