@Generated(value="software.amazon.awssdk:codegen") public final class Region extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Region.Builder,Region>
A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Region.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the associated bucket for the Region.
|
String |
bucketAccountId()
The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access
Point.
|
static Region.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Region.Builder> |
serializableBuilderClass() |
Region.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the associated bucket for the Region.
public final String bucketAccountId()
The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.
public Region.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Region.Builder,Region>public static Region.Builder builder()
public static Class<? extends Region.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.