Interface ListVpcEndpointsForDomainResponse.Builder

    • Method Detail

      • vpcEndpointSummaryList

        ListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList​(Collection<VpcEndpointSummary> vpcEndpointSummaryList)

        Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.

        Parameters:
        vpcEndpointSummaryList - Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpointSummaryList

        ListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList​(VpcEndpointSummary... vpcEndpointSummaryList)

        Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.

        Parameters:
        vpcEndpointSummaryList - Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListVpcEndpointsForDomainResponse.Builder nextToken​(String nextToken)

        Information about each endpoint associated with the domain.

        Parameters:
        nextToken - Information about each endpoint associated with the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.