@Generated(value="software.amazon.awssdk:codegen") public final class S3Destination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Destination.Builder,S3Destination>
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Destination.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the bucket in which Evidently stores evaluation events.
|
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()
The bucket prefix in which Evidently stores evaluation events.
|
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 bucket()
The name of the bucket in which Evidently stores evaluation events.
public final String prefix()
The bucket prefix in which Evidently stores evaluation events.
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.