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 Details

    • 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.