Interface CreateStoreImageTaskRequest.Builder

    • Method Detail

      • imageId

        CreateStoreImageTaskRequest.Builder imageId​(String imageId)

        The ID of the AMI.

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

        CreateStoreImageTaskRequest.Builder bucket​(String bucket)

        The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed.

        Parameters:
        bucket - The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3ObjectTags

        CreateStoreImageTaskRequest.Builder s3ObjectTags​(Collection<S3ObjectTag> s3ObjectTags)

        The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.

        Parameters:
        s3ObjectTags - The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3ObjectTags

        CreateStoreImageTaskRequest.Builder s3ObjectTags​(S3ObjectTag... s3ObjectTags)

        The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.

        Parameters:
        s3ObjectTags - The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

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