Interface AttachVolumeResponse.Builder

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