Class ObjectLambdaAccessPointAlias
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.ObjectLambdaAccessPointAlias
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ObjectLambdaAccessPointAlias.Builder,ObjectLambdaAccessPointAlias>
@Generated("software.amazon.awssdk:codegen") public final class ObjectLambdaAccessPointAlias extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ObjectLambdaAccessPointAlias.Builder,ObjectLambdaAccessPointAlias>
The alias of an Object Lambda Access Point. For more information, see How to use a bucket-style alias for your S3 bucket Object Lambda Access Point.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceObjectLambdaAccessPointAlias.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectLambdaAccessPointAlias.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ObjectLambdaAccessPointAlias.Builder>serializableBuilderClass()ObjectLambdaAccessPointAliasStatusstatus()The status of the Object Lambda Access Point alias.StringstatusAsString()The status of the Object Lambda Access Point alias.ObjectLambdaAccessPointAlias.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The alias value of the Object Lambda Access Point.-
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
-
value
public final String value()
The alias value of the Object Lambda Access Point.
- Returns:
- The alias value of the Object Lambda Access Point.
-
status
public final ObjectLambdaAccessPointAliasStatus status()
The status of the Object Lambda Access Point alias. If the status is
PROVISIONING, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status isREADY, the Object Lambda Access Point alias is successfully provisioned and ready for use.If the service returns an enum value that is not available in the current SDK version,
statuswill returnObjectLambdaAccessPointAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the Object Lambda Access Point alias. If the status is
PROVISIONING, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status isREADY, the Object Lambda Access Point alias is successfully provisioned and ready for use. - See Also:
ObjectLambdaAccessPointAliasStatus
-
statusAsString
public final String statusAsString()
The status of the Object Lambda Access Point alias. If the status is
PROVISIONING, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status isREADY, the Object Lambda Access Point alias is successfully provisioned and ready for use.If the service returns an enum value that is not available in the current SDK version,
statuswill returnObjectLambdaAccessPointAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the Object Lambda Access Point alias. If the status is
PROVISIONING, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status isREADY, the Object Lambda Access Point alias is successfully provisioned and ready for use. - See Also:
ObjectLambdaAccessPointAliasStatus
-
toBuilder
public ObjectLambdaAccessPointAlias.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ObjectLambdaAccessPointAlias.Builder,ObjectLambdaAccessPointAlias>
-
builder
public static ObjectLambdaAccessPointAlias.Builder builder()
-
serializableBuilderClass
public static Class<? extends ObjectLambdaAccessPointAlias.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.
-
-