Interface CreateSnapshotRequest.Builder

    • Method Detail

      • description

        CreateSnapshotRequest.Builder description​(String description)

        A description for the snapshot.

        Parameters:
        description - A description for the snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outpostArn

        CreateSnapshotRequest.Builder outpostArn​(String outpostArn)

        The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.

        • To create a snapshot of a volume in a Region, omit this parameter. The snapshot is created in the same Region as the volume.

        • To create a snapshot of a volume on an Outpost and store the snapshot in the Region, omit this parameter. The snapshot is created in the Region for the Outpost.

        • To create a snapshot of a volume on an Outpost and store the snapshot on an Outpost, specify the ARN of the destination Outpost. The snapshot must be created on the same Outpost as the volume.

        For more information, see Create local snapshots from volumes on an Outpost in the Amazon Elastic Compute Cloud User Guide.

        Parameters:
        outpostArn - The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.

        • To create a snapshot of a volume in a Region, omit this parameter. The snapshot is created in the same Region as the volume.

        • To create a snapshot of a volume on an Outpost and store the snapshot in the Region, omit this parameter. The snapshot is created in the Region for the Outpost.

        • To create a snapshot of a volume on an Outpost and store the snapshot on an Outpost, specify the ARN of the destination Outpost. The snapshot must be created on the same Outpost as the volume.

        For more information, see Create local snapshots from volumes on an Outpost in the Amazon Elastic Compute Cloud User Guide.

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

        CreateSnapshotRequest.Builder volumeId​(String volumeId)

        The ID of the Amazon EBS volume.

        Parameters:
        volumeId - The ID of the Amazon EBS volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateSnapshotRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to apply to the snapshot during creation.

        Parameters:
        tagSpecifications - The tags to apply to the snapshot during creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateSnapshotRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to apply to the snapshot during creation.

        Parameters:
        tagSpecifications - The tags to apply to the snapshot during creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        CreateSnapshotRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.