Class BucketInfo.Logging (2.36.1)

public static class BucketInfo.Logging implements Serializable

The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.

Inheritance

Object > BucketInfo.Logging

Implements

Serializable

Static Methods

newBuilder()

public static BucketInfo.Logging.Builder newBuilder()
Returns
TypeDescription
BucketInfo.Logging.Builder

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getLogBucket()

public String getLogBucket()
Returns
TypeDescription
String

getLogObjectPrefix()

public String getLogObjectPrefix()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public BucketInfo.Logging.Builder toBuilder()
Returns
TypeDescription
BucketInfo.Logging.Builder