@Generated(value="software.amazon.awssdk:codegen") public final class LoggingInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
Information about an Amazon S3 bucket to write instance-level logs to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The name of an Amazon S3 bucket where execution logs are stored .
|
String |
s3KeyPrefix()
(Optional) The Amazon S3 bucket subfolder.
|
String |
s3Region()
The region where the Amazon S3 bucket is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingInfo.Builder> |
serializableBuilderClass() |
LoggingInfo.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3BucketName()
The name of an Amazon S3 bucket where execution logs are stored .
public String s3KeyPrefix()
(Optional) The Amazon S3 bucket subfolder.
public String s3Region()
The region where the Amazon S3 bucket is located.
public LoggingInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>public static LoggingInfo.Builder builder()
public static Class<? extends LoggingInfo.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.