Interface ListReservationsRequest.Builder

    • Method Detail

      • channelClass

        ListReservationsRequest.Builder channelClass​(String channelClass)
        Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
        Parameters:
        channelClass - Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codec

        ListReservationsRequest.Builder codec​(String codec)
        Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', 'LINK', or 'AV1'
        Parameters:
        codec - Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', 'LINK', or 'AV1'
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListReservationsRequest.Builder maxResults​(Integer maxResults)
        Sets the value of the MaxResults property for this object.
        Parameters:
        maxResults - The new value for the MaxResults property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximumBitrate

        ListReservationsRequest.Builder maximumBitrate​(String maximumBitrate)
        Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
        Parameters:
        maximumBitrate - Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximumFramerate

        ListReservationsRequest.Builder maximumFramerate​(String maximumFramerate)
        Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
        Parameters:
        maximumFramerate - Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListReservationsRequest.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resolution

        ListReservationsRequest.Builder resolution​(String resolution)
        Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
        Parameters:
        resolution - Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        ListReservationsRequest.Builder resourceType​(String resourceType)
        Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
        Parameters:
        resourceType - Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • specialFeature

        ListReservationsRequest.Builder specialFeature​(String specialFeature)
        Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
        Parameters:
        specialFeature - Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • videoQuality

        ListReservationsRequest.Builder videoQuality​(String videoQuality)
        Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
        Parameters:
        videoQuality - Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
        Returns:
        Returns a reference to this object so that method calls can be chained together.