Interface CreateRestoreImageTaskRequest.Builder

    • Method Detail

      • bucket

        CreateRestoreImageTaskRequest.Builder bucket​(String bucket)

        The name of the Amazon S3 bucket that contains the stored AMI object.

        Parameters:
        bucket - The name of the Amazon S3 bucket that contains the stored AMI object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectKey

        CreateRestoreImageTaskRequest.Builder objectKey​(String objectKey)

        The name of the stored AMI object in the bucket.

        Parameters:
        objectKey - The name of the stored AMI object in the bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateRestoreImageTaskRequest.Builder name​(String name)

        The name for the restored AMI. The name must be unique for AMIs in the Region for this account. If you do not provide a name, the new AMI gets the same name as the original AMI.

        Parameters:
        name - The name for the restored AMI. The name must be unique for AMIs in the Region for this account. If you do not provide a name, the new AMI gets the same name as the original AMI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

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

        The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

        • To tag the AMI, the value for ResourceType must be image.

        • To tag the snapshots, the value for ResourceType must be snapshot. The same tag is applied to all of the snapshots that are created.

        Parameters:
        tagSpecifications - The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

        • To tag the AMI, the value for ResourceType must be image.

        • To tag the snapshots, the value for ResourceType must be snapshot. The same tag is applied to all of the snapshots that are created.

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

        CreateRestoreImageTaskRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

        • To tag the AMI, the value for ResourceType must be image.

        • To tag the snapshots, the value for ResourceType must be snapshot. The same tag is applied to all of the snapshots that are created.

        Parameters:
        tagSpecifications - The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

        • To tag the AMI, the value for ResourceType must be image.

        • To tag the snapshots, the value for ResourceType must be snapshot. The same tag is applied to all of the snapshots that are created.

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

        CreateRestoreImageTaskRequest.Builder tagSpecifications​(Consumer<TagSpecification.Builder>... tagSpecifications)

        The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

        • To tag the AMI, the value for ResourceType must be image.

        • To tag the snapshots, the value for ResourceType must be snapshot. The same tag is applied to all of the snapshots that are created.

        This is a convenience method that creates an instance of the TagSpecification.Builder avoiding the need to create one manually via TagSpecification.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tagSpecifications(List).

        Parameters:
        tagSpecifications - a consumer that will call methods on TagSpecification.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tagSpecifications(java.util.Collection)
      • dryRun

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