@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ObjectLambdaAccessPointAlias.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ObjectLambdaAccessPointAlias.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 ObjectLambdaAccessPointAlias.Builder> |
serializableBuilderClass() |
ObjectLambdaAccessPointAliasStatus |
status()
The status of the Object Lambda Access Point alias.
|
String |
statusAsString()
The status of the Object Lambda Access Point alias.
|
ObjectLambdaAccessPointAlias.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The alias value of the Object Lambda Access Point.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
The alias value of the Object Lambda Access Point.
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 is
READY, 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, status will
return ObjectLambdaAccessPointAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from statusAsString().
PROVISIONING, the
Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the
status is READY, the Object Lambda Access Point alias is successfully provisioned and ready
for use.ObjectLambdaAccessPointAliasStatuspublic 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 is
READY, 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, status will
return ObjectLambdaAccessPointAliasStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from statusAsString().
PROVISIONING, the
Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the
status is READY, the Object Lambda Access Point alias is successfully provisioned and ready
for use.ObjectLambdaAccessPointAliasStatuspublic ObjectLambdaAccessPointAlias.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ObjectLambdaAccessPointAlias.Builder,ObjectLambdaAccessPointAlias>public static ObjectLambdaAccessPointAlias.Builder builder()
public static Class<? extends ObjectLambdaAccessPointAlias.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.