Class AccessControlTranslation
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.AccessControlTranslation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccessControlTranslation.Builder,AccessControlTranslation>
@Generated("software.amazon.awssdk:codegen") public final class AccessControlTranslation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessControlTranslation.Builder,AccessControlTranslation>
A container for information about access control for replicas.
This is not supported by Amazon S3 on Outposts buckets.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccessControlTranslation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessControlTranslation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OwnerOverrideowner()Specifies the replica ownership.StringownerAsString()Specifies the replica ownership.List<SdkField<?>>sdkFields()static Class<? extends AccessControlTranslation.Builder>serializableBuilderClass()AccessControlTranslation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
owner
public final OwnerOverride owner()
Specifies the replica ownership.
If the service returns an enum value that is not available in the current SDK version,
ownerwill returnOwnerOverride.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromownerAsString().- Returns:
- Specifies the replica ownership.
- See Also:
OwnerOverride
-
ownerAsString
public final String ownerAsString()
Specifies the replica ownership.
If the service returns an enum value that is not available in the current SDK version,
ownerwill returnOwnerOverride.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromownerAsString().- Returns:
- Specifies the replica ownership.
- See Also:
OwnerOverride
-
toBuilder
public AccessControlTranslation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccessControlTranslation.Builder,AccessControlTranslation>
-
builder
public static AccessControlTranslation.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccessControlTranslation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-