@Generated(value="software.amazon.awssdk:codegen") public final class NetworkConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
This structure specifies the network configuration for an ECS task.
Modifier and Type | Class and Description |
---|---|
static interface |
NetworkConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
AwsVpcConfiguration |
awsvpcConfiguration()
Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address
is to be used.
|
static NetworkConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkConfiguration.Builder> |
serializableBuilderClass() |
NetworkConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public AwsVpcConfiguration awsvpcConfiguration()
Use this structure to specify the 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.
awsvpc
network mode.public NetworkConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
public static NetworkConfiguration.Builder builder()
public static Class<? extends NetworkConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.