@Generated(value="software.amazon.awssdk:codegen") public final class NetworkConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
An object representing the network configuration for a task or service.
Modifier and Type | Class and Description |
---|---|
static interface |
NetworkConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
AwsVpcConfiguration |
awsvpcConfiguration()
The VPC subnets and security groups associated with a task.
|
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()
The VPC subnets and security groups associated with a task.
All specified subnets and security groups must be from the same VPC.
All specified subnets and security groups must be from the same VPC.
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.