Interface CreateTapeWithBarcodeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTapeWithBarcodeResponse.Builder,CreateTapeWithBarcodeResponse>,SdkBuilder<CreateTapeWithBarcodeResponse.Builder,CreateTapeWithBarcodeResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- CreateTapeWithBarcodeResponse
public static interface CreateTapeWithBarcodeResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateTapeWithBarcodeResponse.Builder,CreateTapeWithBarcodeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTapeWithBarcodeResponse.BuildertapeARN(String tapeARN)A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
tapeARN
CreateTapeWithBarcodeResponse.Builder tapeARN(String tapeARN)
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
- Parameters:
tapeARN- A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-