Interface ListVpcConnectorsResponse.Builder

All Superinterfaces:
AppRunnerResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<ListVpcConnectorsResponse.Builder,ListVpcConnectorsResponse>, SdkBuilder<ListVpcConnectorsResponse.Builder,ListVpcConnectorsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListVpcConnectorsResponse

public static interface ListVpcConnectorsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListVpcConnectorsResponse.Builder,ListVpcConnectorsResponse>
  • Method Details

    • vpcConnectors

      A list of information records for VPC connectors. In a paginated request, the request returns up to MaxResults records for each call.

      Parameters:
      vpcConnectors - A list of information records for VPC connectors. In a paginated request, the request returns up to MaxResults records for each call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConnectors

      ListVpcConnectorsResponse.Builder vpcConnectors(VpcConnector... vpcConnectors)

      A list of information records for VPC connectors. In a paginated request, the request returns up to MaxResults records for each call.

      Parameters:
      vpcConnectors - A list of information records for VPC connectors. In a paginated request, the request returns up to MaxResults records for each call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcConnectors

      A list of information records for VPC connectors. In a paginated request, the request returns up to MaxResults records for each call.

      This is a convenience method that creates an instance of the VpcConnector.Builder avoiding the need to create one manually via VpcConnector.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to vpcConnectors(List<VpcConnector>).

      Parameters:
      vpcConnectors - a consumer that will call methods on VpcConnector.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

      Parameters:
      nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.