@Generated(value="software.amazon.awssdk:codegen") public final class S3Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Destination.Builder,S3Destination>
The name and prefix of the S3 bucket where AWS Signer saves your signed objects.
Modifier and Type | Class and Description |
---|---|
static interface |
S3Destination.Builder |
Modifier and Type | Method and Description |
---|---|
String |
bucketName()
Name of the S3 bucket.
|
static S3Destination.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Destination.Builder> |
serializableBuilderClass() |
S3Destination.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String bucketName()
Name of the S3 bucket.
public String prefix()
An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.
public S3Destination.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<S3Destination.Builder,S3Destination>
public static S3Destination.Builder builder()
public static Class<? extends S3Destination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.