public static interface AddFlowVpcInterfacesRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<AddFlowVpcInterfacesRequest.Builder,AddFlowVpcInterfacesRequest>
| Modifier and Type | Method and Description |
|---|---|
AddFlowVpcInterfacesRequest.Builder |
flowArn(String flowArn)
The flow that you want to mutate.
|
AddFlowVpcInterfacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddFlowVpcInterfacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddFlowVpcInterfacesRequest.Builder |
vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
A list of VPC interfaces that you want to add.
|
AddFlowVpcInterfacesRequest.Builder |
vpcInterfaces(Consumer<VpcInterfaceRequest.Builder>... vpcInterfaces)
A list of VPC interfaces that you want to add.
|
AddFlowVpcInterfacesRequest.Builder |
vpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
A list of VPC interfaces that you want to add.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddFlowVpcInterfacesRequest.Builder flowArn(String flowArn)
flowArn - The flow that you want to mutate.AddFlowVpcInterfacesRequest.Builder vpcInterfaces(Collection<VpcInterfaceRequest> vpcInterfaces)
vpcInterfaces - A list of VPC interfaces that you want to add.AddFlowVpcInterfacesRequest.Builder vpcInterfaces(VpcInterfaceRequest... vpcInterfaces)
vpcInterfaces - A list of VPC interfaces that you want to add.AddFlowVpcInterfacesRequest.Builder vpcInterfaces(Consumer<VpcInterfaceRequest.Builder>... vpcInterfaces)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #vpcInterfaces(List) .vpcInterfaces - a consumer that will call methods on List.Builder #vpcInterfaces(List) AddFlowVpcInterfacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddFlowVpcInterfacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.