Interface DescribeTapeArchivesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>, SdkBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>, SdkPojo, SdkRequest.Builder, StorageGatewayRequest.Builder
Enclosing class:
DescribeTapeArchivesRequest

  • Method Details

    • tapeARNs

      Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

      Parameters:
      tapeARNs - Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tapeARNs

      Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

      Parameters:
      tapeARNs - Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      An opaque string that indicates the position at which to begin describing virtual tapes.

      Parameters:
      marker - An opaque string that indicates the position at which to begin describing virtual tapes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      Specifies that the number of virtual tapes described be limited to the specified number.

      Parameters:
      limit - Specifies that the number of virtual tapes described be limited to the specified number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeTapeArchivesRequest.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.