Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateTapeWithBarcodeRequest.Builder,CreateTapeWithBarcodeRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateTapeWithBarcodeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateTapeWithBarcodeRequest.Builder,CreateTapeWithBarcodeRequest>
CreateTapeWithBarcodeInput
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateTapeWithBarcodeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateTapeWithBarcodeRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.
|
int |
hashCode() |
|
static Class<? extends CreateTapeWithBarcodeRequest.Builder> |
serializableBuilderClass() |
|
String |
tapeBarcode() |
The barcode that you want to assign to the tape.
|
Long |
tapeSizeInBytes() |
The size, in bytes, of the virtual tape that you want to create.
|
CreateTapeWithBarcodeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String gatewayARN()
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with. Use the ListGateways operation to return a list of gateways for your account and region.
public Long tapeSizeInBytes()
The size, in bytes, of the virtual tape that you want to create.
The size must be aligned by gigabyte (1024*1024*1024 byte).
The size must be aligned by gigabyte (1024*1024*1024 byte).
public String tapeBarcode()
The barcode that you want to assign to the tape.
public CreateTapeWithBarcodeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateTapeWithBarcodeRequest.Builder,CreateTapeWithBarcodeRequest>
public static CreateTapeWithBarcodeRequest.Builder builder()
public static Class<? extends CreateTapeWithBarcodeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.