Interface PutSnapshotBlockRequest.Builder

    • Method Detail

      • snapshotId

        PutSnapshotBlockRequest.Builder snapshotId​(String snapshotId)

        The ID of the snapshot.

        If the specified snapshot is encrypted, you must have permission to use the KMS key that was used to encrypt the snapshot. For more information, see Using encryption in the Amazon Elastic Compute Cloud User Guide..

        Parameters:
        snapshotId - The ID of the snapshot.

        If the specified snapshot is encrypted, you must have permission to use the KMS key that was used to encrypt the snapshot. For more information, see Using encryption in the Amazon Elastic Compute Cloud User Guide..

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockIndex

        PutSnapshotBlockRequest.Builder blockIndex​(Integer blockIndex)

        The block index of the block in which to write the data. A block index is a logical index in units of 512 KiB blocks. To identify the block index, divide the logical offset of the data in the logical volume by the block size (logical offset of data/524288). The logical offset of the data must be 512 KiB aligned.

        Parameters:
        blockIndex - The block index of the block in which to write the data. A block index is a logical index in units of 512 KiB blocks. To identify the block index, divide the logical offset of the data in the logical volume by the block size (logical offset of data/524288). The logical offset of the data must be 512 KiB aligned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataLength

        PutSnapshotBlockRequest.Builder dataLength​(Integer dataLength)

        The size of the data to write to the block, in bytes. Currently, the only supported size is 524288 bytes.

        Valid values: 524288

        Parameters:
        dataLength - The size of the data to write to the block, in bytes. Currently, the only supported size is 524288 bytes.

        Valid values: 524288

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • progress

        PutSnapshotBlockRequest.Builder progress​(Integer progress)

        The progress of the write process, as a percentage.

        Parameters:
        progress - The progress of the write process, as a percentage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        PutSnapshotBlockRequest.Builder checksum​(String checksum)

        A Base64-encoded SHA256 checksum of the data. Only SHA256 checksums are supported.

        Parameters:
        checksum - A Base64-encoded SHA256 checksum of the data. Only SHA256 checksums are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksumAlgorithm

        PutSnapshotBlockRequest.Builder checksumAlgorithm​(String checksumAlgorithm)

        The algorithm used to generate the checksum. Currently, the only supported algorithm is SHA256.

        Parameters:
        checksumAlgorithm - The algorithm used to generate the checksum. Currently, the only supported algorithm is SHA256.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChecksumAlgorithm, ChecksumAlgorithm
      • checksumAlgorithm

        PutSnapshotBlockRequest.Builder checksumAlgorithm​(ChecksumAlgorithm checksumAlgorithm)

        The algorithm used to generate the checksum. Currently, the only supported algorithm is SHA256.

        Parameters:
        checksumAlgorithm - The algorithm used to generate the checksum. Currently, the only supported algorithm is SHA256.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChecksumAlgorithm, ChecksumAlgorithm