Class BucketInfo.Logging (2.37.0)

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
Type Description
BucketInfo.Logging.Builder

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getLogBucket()

public String getLogBucket()
Returns
Type Description
String

getLogObjectPrefix()

public String getLogObjectPrefix()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public BucketInfo.Logging.Builder toBuilder()
Returns
Type Description
BucketInfo.Logging.Builder