Interface ListTapesRequest.Builder

  • Method Details

    • tapeARNs

      Sets the value of the TapeARNs property for this object.
      Parameters:
      tapeARNs - The new value for the TapeARNs property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tapeARNs

      ListTapesRequest.Builder tapeARNs(String... tapeARNs)
      Sets the value of the TapeARNs property for this object.
      Parameters:
      tapeARNs - The new value for the TapeARNs property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      A string that indicates the position at which to begin the returned list of tapes.

      Parameters:
      marker - A string that indicates the position at which to begin the returned list of tapes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      An optional number limit for the tapes in the list returned by this call.

      Parameters:
      limit - An optional number limit for the tapes in the list returned by this call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListTapesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.