Interface AddFlowVpcInterfacesResponse.Builder

    • Method Detail

      • flowArn

        AddFlowVpcInterfacesResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that these VPC interfaces were added to.
        Parameters:
        flowArn - The ARN of the flow that these VPC interfaces were added to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcInterfaces

        AddFlowVpcInterfacesResponse.Builder vpcInterfaces​(Collection<VpcInterface> vpcInterfaces)
        The details of the newly added VPC interfaces.
        Parameters:
        vpcInterfaces - The details of the newly added VPC interfaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcInterfaces

        AddFlowVpcInterfacesResponse.Builder vpcInterfaces​(VpcInterface... vpcInterfaces)
        The details of the newly added VPC interfaces.
        Parameters:
        vpcInterfaces - The details of the newly added VPC interfaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.