@Generated(value="software.amazon.awssdk:codegen") public final class S3Logs extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Logs.Builder,S3Logs>
Amazon S3 logging configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Logs.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3Logs.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The S3 bucket in which to store the logs.
|
String |
s3KeyPrefix()
The Amazon S3 path to the bucket where the logs are stored.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Logs.Builder> |
serializableBuilderClass() |
S3Logs.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3BucketName()
The S3 bucket in which to store the logs.
public final String s3KeyPrefix()
The Amazon S3 path to the bucket where the logs are stored.
public S3Logs.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Logs.Builder,S3Logs>public static S3Logs.Builder builder()
public static Class<? extends S3Logs.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.