public static interface DescribeTapeArchivesRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<DescribeTapeArchivesRequest.Builder,DescribeTapeArchivesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeTapeArchivesRequest.Builder |
limit(Integer limit)
Specifies that the number of virtual tapes descried be limited to the specified number.
|
DescribeTapeArchivesRequest.Builder |
marker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes.
|
DescribeTapeArchivesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeTapeArchivesRequest.Builder |
tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
DescribeTapeArchivesRequest.Builder |
tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDescribeTapeArchivesRequest.Builder tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
tapeARNs - Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.DescribeTapeArchivesRequest.Builder tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
tapeARNs - Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to
describe.DescribeTapeArchivesRequest.Builder marker(String marker)
An opaque string that indicates the position at which to begin describing virtual tapes.
marker - An opaque string that indicates the position at which to begin describing virtual tapes.DescribeTapeArchivesRequest.Builder limit(Integer limit)
Specifies that the number of virtual tapes descried be limited to the specified number.
limit - Specifies that the number of virtual tapes descried be limited to the specified number.DescribeTapeArchivesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.