Interface DescribeTapesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeTapesRequest.Builder,DescribeTapesRequest>,SdkBuilder<DescribeTapesRequest.Builder,DescribeTapesRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- DescribeTapesRequest
public static interface DescribeTapesRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<DescribeTapesRequest.Builder,DescribeTapesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTapesRequest.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.DescribeTapesRequest.Builderlimit(Integer limit)Specifies that the number of virtual tapes described be limited to the specified number.DescribeTapesRequest.Buildermarker(String marker)A marker value, obtained in a previous call toDescribeTapes.DescribeTapesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeTapesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeTapesRequest.BuildertapeARNs(String... tapeARNs)Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.DescribeTapesRequest.BuildertapeARNs(Collection<String> tapeARNs)Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.-
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
-
gatewayARN
DescribeTapesRequest.Builder gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeARNs
DescribeTapesRequest.Builder tapeARNs(Collection<String> tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
- Parameters:
tapeARNs- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tapeARNs
DescribeTapesRequest.Builder tapeARNs(String... tapeARNs)
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
- Parameters:
tapeARNs- Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeTapesRequest.Builder marker(String marker)
A marker value, obtained in a previous call to
DescribeTapes. This marker indicates which page of results to retrieve.If not specified, the first page of results is retrieved.
- Parameters:
marker- A marker value, obtained in a previous call toDescribeTapes. This marker indicates which page of results to retrieve.If not specified, the first page of results is retrieved.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
DescribeTapesRequest.Builder limit(Integer limit)
Specifies that the number of virtual tapes described be limited to the specified number.
Amazon Web Services may impose its own limit, if this field is not set.
- Parameters:
limit- Specifies that the number of virtual tapes described be limited to the specified number.Amazon Web Services may impose its own limit, if this field is not set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeTapesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeTapesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-