Class BucketInfo.CustomPlacementConfig (2.20.2)

Stay organized with collections Save and categorize content based on your preferences.
public static class BucketInfo.CustomPlacementConfig implements Serializable

The bucket's custom placement configuration for Custom Dual Regions. If using location is also required.

Inheritance

Object > BucketInfo.CustomPlacementConfig

Implements

Serializable

Static Methods

newBuilder()

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

Methods

equals(Object o)

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

getDataLocations()

public List<String> getDataLocations()
Returns
TypeDescription
List<String>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides