@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentS3LogConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentS3LogConfiguration.Builder,ExperimentS3LogConfiguration>
Describes the configuration for experiment logging to Amazon S3.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExperimentS3LogConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of the destination bucket.
|
static ExperimentS3LogConfiguration.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentS3LogConfiguration.Builder> |
serializableBuilderClass() |
ExperimentS3LogConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The name of the destination bucket.
public final String prefix()
The bucket prefix.
public ExperimentS3LogConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExperimentS3LogConfiguration.Builder,ExperimentS3LogConfiguration>public static ExperimentS3LogConfiguration.Builder builder()
public static Class<? extends ExperimentS3LogConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.