public static interface CreateStoreImageTaskRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateStoreImageTaskRequest.Builder,CreateStoreImageTaskRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStoreImageTaskRequest.Builder imageId(String imageId)
The ID of the AMI.
imageId - The ID of the AMI.CreateStoreImageTaskRequest.Builder bucket(String bucket)
The name of the 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.
bucket - The name of the 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.CreateStoreImageTaskRequest.Builder s3ObjectTags(Collection<S3ObjectTag> s3ObjectTags)
The tags to apply to the AMI object that will be stored in the S3 bucket.
s3ObjectTags - The tags to apply to the AMI object that will be stored in the S3 bucket.CreateStoreImageTaskRequest.Builder s3ObjectTags(S3ObjectTag... s3ObjectTags)
The tags to apply to the AMI object that will be stored in the S3 bucket.
s3ObjectTags - The tags to apply to the AMI object that will be stored in the S3 bucket.CreateStoreImageTaskRequest.Builder s3ObjectTags(Consumer<S3ObjectTag.Builder>... s3ObjectTags)
The tags to apply to the AMI object that will be stored in the S3 bucket.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #s3ObjectTags(List) .s3ObjectTags - a consumer that will call methods on List.Builder #s3ObjectTags(List) CreateStoreImageTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStoreImageTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.