public static interface ListTapePoolsRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListTapePoolsRequest.Builder,ListTapePoolsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTapePoolsRequest.Builder |
limit(Integer limit)
An optional number limit for the tape pools in the list returned by this call.
|
ListTapePoolsRequest.Builder |
marker(String marker)
A string that indicates the position at which to begin the returned list of tape pools.
|
ListTapePoolsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTapePoolsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTapePoolsRequest.Builder |
poolARNs(Collection<String> poolARNs)
The Amazon Resource Name (ARN) of each of the custom tape pools you want to list.
|
ListTapePoolsRequest.Builder |
poolARNs(String... poolARNs)
The Amazon Resource Name (ARN) of each of the custom tape pools you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTapePoolsRequest.Builder poolARNs(Collection<String> poolARNs)
The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.
poolARNs - The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify
a custom tape pool ARN, the response lists all custom tape pools.ListTapePoolsRequest.Builder poolARNs(String... poolARNs)
The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.
poolARNs - The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify
a custom tape pool ARN, the response lists all custom tape pools.ListTapePoolsRequest.Builder marker(String marker)
A string that indicates the position at which to begin the returned list of tape pools.
marker - A string that indicates the position at which to begin the returned list of tape pools.ListTapePoolsRequest.Builder limit(Integer limit)
An optional number limit for the tape pools in the list returned by this call.
limit - An optional number limit for the tape pools in the list returned by this call.ListTapePoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTapePoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.