Interface CreateRestoreImageTaskRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateRestoreImageTaskRequest.Builder,CreateRestoreImageTaskRequest>, Ec2Request.Builder, SdkBuilder<CreateRestoreImageTaskRequest.Builder,CreateRestoreImageTaskRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateRestoreImageTaskRequest

public static interface CreateRestoreImageTaskRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateRestoreImageTaskRequest.Builder,CreateRestoreImageTaskRequest>
  • Method Details

    • 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

      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

      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

      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<TagSpecification>).

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

      CreateRestoreImageTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.