@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 Amazon S3 bucket in which to store the logs.
|
String |
s3KeyPrefix()
The Amazon S3 path in which to store the logs.
|
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 String s3BucketName()
The Amazon S3 bucket in which to store the logs.
public String s3KeyPrefix()
The Amazon S3 path in which to store the logs.
public S3Logs.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Logs.Builder,S3Logs>public static S3Logs.Builder builder()
public static Class<? extends S3Logs.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.