Interface ListCompositionsRequest.Builder

    • Method Detail

      • filterByStageArn

        ListCompositionsRequest.Builder filterByStageArn​(String filterByStageArn)

        Filters the Composition list to match the specified Stage ARN.

        Parameters:
        filterByStageArn - Filters the Composition list to match the specified Stage ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterByEncoderConfigurationArn

        ListCompositionsRequest.Builder filterByEncoderConfigurationArn​(String filterByEncoderConfigurationArn)

        Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.

        Parameters:
        filterByEncoderConfigurationArn - Filters the Composition list to match the specified EncoderConfiguration attached to at least one of its output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCompositionsRequest.Builder nextToken​(String nextToken)

        The first Composition to retrieve. This is used for pagination; see the nextToken response field.

        Parameters:
        nextToken - The first Composition to retrieve. This is used for pagination; see the nextToken response field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListCompositionsRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results to return. Default: 100.

        Parameters:
        maxResults - Maximum number of results to return. Default: 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.