Interface CreateStorediScsiVolumeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateStorediScsiVolumeResponse.Builder,
,CreateStorediScsiVolumeResponse> SdkBuilder<CreateStorediScsiVolumeResponse.Builder,
,CreateStorediScsiVolumeResponse> SdkPojo
,SdkResponse.Builder
,StorageGatewayResponse.Builder
- Enclosing class:
CreateStorediScsiVolumeResponse
@Mutable
@NotThreadSafe
public static interface CreateStorediScsiVolumeResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateStorediScsiVolumeResponse.Builder,CreateStorediScsiVolumeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.The Amazon Resource Name (ARN) of the configured volume.volumeSizeInBytes
(Long volumeSizeInBytes) The size of the volume in bytes.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, sdkFieldNameToField, 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 Details
-
volumeARN
The Amazon Resource Name (ARN) of the configured volume.
- Parameters:
volumeARN
- The Amazon Resource Name (ARN) of the configured volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeSizeInBytes
The size of the volume in bytes.
- Parameters:
volumeSizeInBytes
- The size of the volume in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetARN
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
- Parameters:
targetARN
- The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-