Interface ObjectLambdaAccessPointAlias.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ObjectLambdaAccessPointAlias.Builder,
,ObjectLambdaAccessPointAlias> SdkBuilder<ObjectLambdaAccessPointAlias.Builder,
,ObjectLambdaAccessPointAlias> SdkPojo
- Enclosing class:
ObjectLambdaAccessPointAlias
public static interface ObjectLambdaAccessPointAlias.Builder
extends SdkPojo, CopyableBuilder<ObjectLambdaAccessPointAlias.Builder,ObjectLambdaAccessPointAlias>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the Object Lambda Access Point alias.The status of the Object Lambda Access Point alias.The alias value of the Object Lambda Access Point.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
value
The alias value of the Object Lambda Access Point.
- Parameters:
value
- The alias value of the Object Lambda Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
status
- The status of the Object Lambda Access Point alias. If the status isPROVISIONING
, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
status
- The status of the Object Lambda Access Point alias. If the status isPROVISIONING
, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-