public static interface ListTapesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTapesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTapesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTapesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.