| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
S3Storage.Builder |
S3Storage.Builder.awsAccessKeyId(String awsAccessKeyId)
The access key ID of the owner of the bucket.
|
S3Storage.Builder |
S3Storage.Builder.bucket(String bucket)
The bucket in which to store the AMI.
|
static S3Storage.Builder |
S3Storage.builder() |
S3Storage.Builder |
S3Storage.Builder.prefix(String prefix)
The beginning of the file name of the AMI.
|
S3Storage.Builder |
S3Storage.toBuilder() |
S3Storage.Builder |
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 |
S3Storage.Builder.uploadPolicySignature(String uploadPolicySignature)
The signature of the JSON document.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Storage.Builder> |
S3Storage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Storage.Builder |
Storage.Builder.s3(Consumer<S3Storage.Builder> s3)
An Amazon S3 storage location.
|
Copyright © 2021. All rights reserved.