public static interface S3Storage.Builder extends SdkPojo, CopyableBuilder<S3Storage.Builder,S3Storage>
Modifier and Type | Method and Description |
---|---|
S3Storage.Builder |
awsAccessKeyId(String awsAccessKeyId)
The access key ID of the owner of the bucket.
|
S3Storage.Builder |
bucket(String bucket)
The bucket in which to store the AMI.
|
S3Storage.Builder |
prefix(String prefix)
The beginning of the file name of the AMI.
|
S3Storage.Builder |
uploadPolicy(SdkBytes uploadPolicy)
An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.
|
S3Storage.Builder |
uploadPolicySignature(String uploadPolicySignature)
The signature of the JSON document.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
S3Storage.Builder awsAccessKeyId(String awsAccessKeyId)
The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best Practices for Amazon Web Services accounts in the Account ManagementReference Guide.
awsAccessKeyId
- The access key ID of the owner of the bucket. Before you specify a value for your access key ID,
review and follow the guidance in Best Practices for
Amazon Web Services accounts in the Account ManagementReference Guide.S3Storage.Builder bucket(String bucket)
The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.
bucket
- The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket
that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon
EC2 returns an error.S3Storage.Builder prefix(String prefix)
The beginning of the file name of the AMI.
prefix
- The beginning of the file name of the AMI.S3Storage.Builder uploadPolicy(SdkBytes uploadPolicy)
An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.
uploadPolicy
- An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your
behalf.S3Storage.Builder uploadPolicySignature(String uploadPolicySignature)
The signature of the JSON document.
uploadPolicySignature
- The signature of the JSON document.Copyright © 2023. All rights reserved.