@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 code signing 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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
Name of the S3 bucket.
public final 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()
toBuilder in interface ToCopyableBuilder<S3Destination.Builder,S3Destination>public static S3Destination.Builder builder()
public static Class<? extends S3Destination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.