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)
VpcInterface.Builder avoiding the need to create
one manually via VpcInterface.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vpcInterfaces(List.
vpcInterfaces - a consumer that will call methods on
VpcInterface.Builder#vpcInterfaces(java.util.Collection) Copyright © 2022. All rights reserved.