public static interface CreateRestoreImageTaskRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateRestoreImageTaskRequest.Builder,CreateRestoreImageTaskRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateRestoreImageTaskRequest.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket that contains the stored AMI object.
|
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.
|
CreateRestoreImageTaskRequest.Builder |
name(String name)
The name for the restored AMI.
|
CreateRestoreImageTaskRequest.Builder |
objectKey(String objectKey)
The name of the stored AMI object in the bucket.
|
CreateRestoreImageTaskRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateRestoreImageTaskRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateRestoreImageTaskRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the AMI and snapshots on restoration.
|
CreateRestoreImageTaskRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the AMI and snapshots on restoration.
|
CreateRestoreImageTaskRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the AMI and snapshots on restoration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateRestoreImageTaskRequest.Builder bucket(String bucket)
The name of the Amazon S3 bucket that contains the stored AMI object.
bucket - The name of the Amazon S3 bucket that contains the stored AMI object.CreateRestoreImageTaskRequest.Builder objectKey(String objectKey)
The name of the stored AMI object in the bucket.
objectKey - The name of the stored AMI object in the bucket.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.
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.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.
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.
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.
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.
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.
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.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) 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.
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.CreateRestoreImageTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateRestoreImageTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.