public static interface CreateCachediScsiVolumeRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateCachediScsiVolumeRequest.Builder,CreateCachediScsiVolumeRequest>
Modifier and Type | Method and Description |
---|---|
CreateCachediScsiVolumeRequest.Builder |
clientToken(String clientToken)
A unique identifier that you use to retry a request.
|
CreateCachediScsiVolumeRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
CreateCachediScsiVolumeRequest.Builder |
kmsEncrypted(Boolean kmsEncrypted)
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by
Amazon S3.
|
CreateCachediScsiVolumeRequest.Builder |
kmsKey(String kmsKey)
The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption.
|
CreateCachediScsiVolumeRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI target.
|
CreateCachediScsiVolumeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateCachediScsiVolumeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateCachediScsiVolumeRequest.Builder |
snapshotId(String snapshotId)
The snapshot ID (e.g.
|
CreateCachediScsiVolumeRequest.Builder |
sourceVolumeARN(String sourceVolumeARN)
The ARN for an existing volume.
|
CreateCachediScsiVolumeRequest.Builder |
targetName(String targetName)
The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN.
|
CreateCachediScsiVolumeRequest.Builder |
volumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
build
overrideConfiguration
copy
applyMutation, build
CreateCachediScsiVolumeRequest.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.CreateCachediScsiVolumeRequest.Builder volumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
volumeSizeInBytes
- The size of the volume in bytes.CreateCachediScsiVolumeRequest.Builder snapshotId(String snapshotId)
The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as the new cached volume. Specify this field if you want to create the iSCSI storage volume from a snapshot otherwise do not include this field. To list snapshots for your account use DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.
snapshotId
- The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as the new cached volume. Specify
this field if you want to create the iSCSI storage volume from a snapshot otherwise do not include
this field. To list snapshots for your account use DescribeSnapshots in the Amazon Elastic Compute Cloud API Reference.CreateCachediScsiVolumeRequest.Builder targetName(String targetName)
The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN.
For example, specifying TargetName
as myvolume results in the target ARN of
arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume.
The target name must be unique across all volumes of a gateway.
targetName
- The name of the iSCSI target used by initiators to connect to the target and as a suffix for the
target ARN. For example, specifying TargetName
as myvolume results in the target
ARN of
arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon
:myvolume. The target name must be unique across all volumes of a gateway.CreateCachediScsiVolumeRequest.Builder sourceVolumeARN(String sourceVolumeARN)
The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the specified
existing volume's latest recovery point. The VolumeSizeInBytes
value for this new volume must be
equal to or larger than the size of the existing volume, in bytes.
sourceVolumeARN
- The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the
specified existing volume's latest recovery point. The VolumeSizeInBytes
value for this
new volume must be equal to or larger than the size of the existing volume, in bytes.CreateCachediScsiVolumeRequest.Builder networkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use DescribeGatewayInformation to get a list of the network interfaces available on a gateway.
Valid Values: A valid IP address.
networkInterfaceId
- The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are
accepted. Use DescribeGatewayInformation to get a list of the network interfaces available on a
gateway.
Valid Values: A valid IP address.
CreateCachediScsiVolumeRequest.Builder clientToken(String clientToken)
A unique identifier that you use to retry a request. If you retry a request, use the same
ClientToken
you specified in the initial request.
clientToken
- A unique identifier that you use to retry a request. If you retry a request, use the same
ClientToken
you specified in the initial request.CreateCachediScsiVolumeRequest.Builder kmsEncrypted(Boolean kmsEncrypted)
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
kmsEncrypted
- True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed
by Amazon S3. Optional.CreateCachediScsiVolumeRequest.Builder kmsKey(String kmsKey)
The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption. This value can only be set when KMSEncrypted is true. Optional.
kmsKey
- The Amazon Resource Name (ARN) of the AWS KMS key used for Amazon S3 server side encryption. This
value can only be set when KMSEncrypted is true. Optional.CreateCachediScsiVolumeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateCachediScsiVolumeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.