Interface AttachVolumeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AttachVolumeResponse.Builder,AttachVolumeResponse>,SdkBuilder<AttachVolumeResponse.Builder,AttachVolumeResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- AttachVolumeResponse
public static interface AttachVolumeResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<AttachVolumeResponse.Builder,AttachVolumeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachVolumeResponse.BuildertargetARN(String targetARN)The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.AttachVolumeResponse.BuildervolumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume that was attached to the gateway.-
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
-
volumeARN
AttachVolumeResponse.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was attached to the gateway.
- Parameters:
volumeARN- The Amazon Resource Name (ARN) of the volume that was attached to the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetARN
AttachVolumeResponse.Builder targetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.
- Parameters:
targetARN- The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-