Class ProposedMultiRegionAccessPointPolicy
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.ProposedMultiRegionAccessPointPolicy
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProposedMultiRegionAccessPointPolicy.Builder,ProposedMultiRegionAccessPointPolicy>
@Generated("software.amazon.awssdk:codegen") public final class ProposedMultiRegionAccessPointPolicy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProposedMultiRegionAccessPointPolicy.Builder,ProposedMultiRegionAccessPointPolicy>
The proposed access control policy for the Multi-Region Access Point.
When you update the policy, the update is first listed as the proposed policy. After the update is finished and all Regions have been updated, the proposed policy is listed as the established policy. If both policies have the same version number, the proposed policy is the established policy.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProposedMultiRegionAccessPointPolicy.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProposedMultiRegionAccessPointPolicy.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpolicy()The details of the proposed policy.List<SdkField<?>>sdkFields()static Class<? extends ProposedMultiRegionAccessPointPolicy.Builder>serializableBuilderClass()ProposedMultiRegionAccessPointPolicy.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
-
policy
public final String policy()
The details of the proposed policy.
- Returns:
- The details of the proposed policy.
-
toBuilder
public ProposedMultiRegionAccessPointPolicy.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProposedMultiRegionAccessPointPolicy.Builder,ProposedMultiRegionAccessPointPolicy>
-
builder
public static ProposedMultiRegionAccessPointPolicy.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProposedMultiRegionAccessPointPolicy.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.
-
-