Interface ListTapesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>,SdkBuilder<ListTapesRequest.Builder,ListTapesRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- ListTapesRequest
public static interface ListTapesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListTapesRequest.Builder,ListTapesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTapesRequest.Builderlimit(Integer limit)An optional number limit for the tapes in the list returned by this call.ListTapesRequest.Buildermarker(String marker)A string that indicates the position at which to begin the returned list of tapes.ListTapesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTapesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTapesRequest.BuildertapeARNs(String... tapeARNs)Sets the value of the TapeARNs property for this object.ListTapesRequest.BuildertapeARNs(Collection<String> tapeARNs)Sets the value of the TapeARNs property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
tapeARNs
ListTapesRequest.Builder tapeARNs(Collection<String> tapeARNs)
Sets the value of the TapeARNs property for this object.- Parameters:
tapeARNs- The new value for the TapeARNs property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeARNs
ListTapesRequest.Builder tapeARNs(String... tapeARNs)
Sets the value of the TapeARNs property for this object.- Parameters:
tapeARNs- The new value for the TapeARNs property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
ListTapesRequest.Builder marker(String marker)
A string that indicates the position at which to begin the returned list of tapes.
- Parameters:
marker- A string that indicates the position at which to begin the returned list of tapes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListTapesRequest.Builder limit(Integer limit)
An optional number limit for the tapes in the list returned by this call.
- Parameters:
limit- An optional number limit for the tapes in the list returned by this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTapesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTapesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-