| Package | Description |
|---|---|
| software.amazon.awssdk.services.signer.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucketName(String bucketName)
Name of the S3 bucket.
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.prefix(String prefix)
An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Destination.Builder |
Destination.Builder.s3(Consumer<S3Destination.Builder> s3)
The
S3Destination object. |
Copyright © 2019. All rights reserved.