Interface ListOriginEndpointsRequest.Builder

    • Method Detail

      • channelGroupName

        ListOriginEndpointsRequest.Builder channelGroupName​(String channelGroupName)

        The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

        Parameters:
        channelGroupName - The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelName

        ListOriginEndpointsRequest.Builder channelName​(String channelName)

        The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

        Parameters:
        channelName - The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListOriginEndpointsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in the response.

        Parameters:
        maxResults - The maximum number of results to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOriginEndpointsRequest.Builder nextToken​(String nextToken)

        The pagination token from the GET list request. Use the token to fetch the next page of results.

        Parameters:
        nextToken - The pagination token from the GET list request. Use the token to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.