@Generated(value="software.amazon.awssdk:codegen") public final class LoggingEnabled extends Object implements ToCopyableBuilder<LoggingEnabled.Builder,LoggingEnabled>
Modifier and Type | Class and Description |
---|---|
static interface |
LoggingEnabled.Builder |
Modifier and Type | Method and Description |
---|---|
static LoggingEnabled.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends LoggingEnabled.Builder> |
serializableBuilderClass() |
String |
targetBucket()
Specifies the bucket where you want Amazon S3 to store server access logs.
|
List<TargetGrant> |
targetGrants()
Returns the value of the TargetGrants property for this object.
|
String |
targetPrefix()
This element lets you specify a prefix for the keys that the log files will be stored under.
|
LoggingEnabled.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String targetBucket()
public List<TargetGrant> targetGrants()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String targetPrefix()
public LoggingEnabled.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoggingEnabled.Builder,LoggingEnabled>
public static LoggingEnabled.Builder builder()
public static Class<? extends LoggingEnabled.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.