public static interface AddFlowVpcInterfacesResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<AddFlowVpcInterfacesResponse.Builder,AddFlowVpcInterfacesResponse>
| Modifier and Type | Method and Description |
|---|---|
AddFlowVpcInterfacesResponse.Builder |
flowArn(String flowArn)
The ARN of the flow that these VPC interfaces were added to.
|
AddFlowVpcInterfacesResponse.Builder |
vpcInterfaces(Collection<VpcInterface> vpcInterfaces)
The details of the newly added VPC interfaces.
|
AddFlowVpcInterfacesResponse.Builder |
vpcInterfaces(Consumer<VpcInterface.Builder>... vpcInterfaces)
The details of the newly added VPC interfaces.
|
AddFlowVpcInterfacesResponse.Builder |
vpcInterfaces(VpcInterface... vpcInterfaces)
The details of the newly added VPC interfaces.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddFlowVpcInterfacesResponse.Builder flowArn(String flowArn)
flowArn - The ARN of the flow that these VPC interfaces were added to.AddFlowVpcInterfacesResponse.Builder vpcInterfaces(Collection<VpcInterface> vpcInterfaces)
vpcInterfaces - The details of the newly added VPC interfaces.AddFlowVpcInterfacesResponse.Builder vpcInterfaces(VpcInterface... vpcInterfaces)
vpcInterfaces - The details of the newly added VPC interfaces.AddFlowVpcInterfacesResponse.Builder vpcInterfaces(Consumer<VpcInterface.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) Copyright © 2020. All rights reserved.