public static interface ListTapesRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>
Modifier and Type | Method and Description |
---|---|
ListTapesRequest.Builder |
limit(Integer limit)
An optional number limit for the tapes in the list returned by this call.
|
ListTapesRequest.Builder |
marker(String marker)
A string that indicates the position at which to begin the returned list of tapes.
|
ListTapesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListTapesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListTapesRequest.Builder |
tapeARNs(Collection<String> tapeARNs)
Sets the value of the TapeARNs property for this object.
|
ListTapesRequest.Builder |
tapeARNs(String... tapeARNs)
Sets the value of the TapeARNs property for this object.
|
build
requestOverrideConfig
copy
apply, build
ListTapesRequest.Builder tapeARNs(Collection<String> tapeARNs)
tapeARNs
- The new value for the TapeARNs property for this object.ListTapesRequest.Builder tapeARNs(String... tapeARNs)
tapeARNs
- The new value for the TapeARNs property for this object.ListTapesRequest.Builder marker(String marker)
A string that indicates the position at which to begin the returned list of tapes.
marker
- A string that indicates the position at which to begin the returned list of tapes.ListTapesRequest.Builder limit(Integer limit)
An optional number limit for the tapes in the list returned by this call.
limit
- An optional number limit for the tapes in the list returned by this call.ListTapesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListTapesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.