public static interface NetworkConfiguration.Builder extends CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration.Builder |
awsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
The VPC subnets and security groups associated with a task.
|
default NetworkConfiguration.Builder |
awsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration)
The VPC subnets and security groups associated with a task.
|
copyapply, buildNetworkConfiguration.Builder awsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
The VPC subnets and security groups associated with a task.
awsvpcConfiguration - The VPC subnets and security groups associated with a task.default NetworkConfiguration.Builder awsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration)
The VPC subnets and security groups associated with a task.
This is a convenience that creates an instance of theAwsVpcConfiguration.Builder avoiding the need
to create one manually via AwsVpcConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to awsvpcConfiguration(AwsVpcConfiguration).awsvpcConfiguration - a consumer that will call methods on AwsVpcConfiguration.BuilderawsvpcConfiguration(AwsVpcConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.