Interface DescribeEndpointsRequest.Builder

    • Method Detail

      • maxResults

        DescribeEndpointsRequest.Builder maxResults​(Integer maxResults)
        Optional. Max number of endpoints, up to twenty, that will be returned at one time.
        Parameters:
        maxResults - Optional. Max number of endpoints, up to twenty, that will be returned at one time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mode

        DescribeEndpointsRequest.Builder mode​(String mode)
        Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
        Parameters:
        mode - Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DescribeEndpointsMode, DescribeEndpointsMode
      • mode

        DescribeEndpointsRequest.Builder mode​(DescribeEndpointsMode mode)
        Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
        Parameters:
        mode - Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DescribeEndpointsMode, DescribeEndpointsMode
      • nextToken

        DescribeEndpointsRequest.Builder nextToken​(String nextToken)
        Use this string, provided with the response to a previous request, to request the next batch of endpoints.
        Parameters:
        nextToken - Use this string, provided with the response to a previous request, to request the next batch of endpoints.
        Returns:
        Returns a reference to this object so that method calls can be chained together.