Interface DescribeVpcEndpointServicesResponse.Builder

    • Method Detail

      • serviceNames

        DescribeVpcEndpointServicesResponse.Builder serviceNames​(String... serviceNames)

        The supported services.

        Parameters:
        serviceNames - The supported services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceDetails

        DescribeVpcEndpointServicesResponse.Builder serviceDetails​(ServiceDetail... serviceDetails)

        Information about the service.

        Parameters:
        serviceDetails - Information about the service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeVpcEndpointServicesResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.