public static interface DescribeTapesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeTapesRequest.Builder,DescribeTapesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeTapesRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeTapesRequest.Builder |
limit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
|
DescribeTapesRequest.Builder |
marker(String marker)
A marker value, obtained in a previous call to
DescribeTapes . |
DescribeTapesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeTapesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeTapesRequest.Builder |
tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
DescribeTapesRequest.Builder |
tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeTapesRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.DescribeTapesRequest.Builder tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes
associated with the specified gateway.DescribeTapesRequest.Builder tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
tapeARNs
- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes
associated with the specified gateway.DescribeTapesRequest.Builder marker(String marker)
A marker value, obtained in a previous call to DescribeTapes
. This marker indicates which page
of results to retrieve.
If not specified, the first page of results is retrieved.
marker
- A marker value, obtained in a previous call to DescribeTapes
. This marker indicates which
page of results to retrieve.
If not specified, the first page of results is retrieved.
DescribeTapesRequest.Builder limit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
Amazon Web Services may impose its own limit, if this field is not set.
limit
- Specifies that the number of virtual tapes described be limited to the specified number. Amazon Web Services may impose its own limit, if this field is not set.
DescribeTapesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeTapesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.