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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectLambdaAccessPointAlias.Builderstatus(String status)The status of the Object Lambda Access Point alias.ObjectLambdaAccessPointAlias.Builderstatus(ObjectLambdaAccessPointAliasStatus status)The status of the Object Lambda Access Point alias.ObjectLambdaAccessPointAlias.Buildervalue(String value)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 Detail
-
value
ObjectLambdaAccessPointAlias.Builder value(String 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
ObjectLambdaAccessPointAlias.Builder status(String 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:
ObjectLambdaAccessPointAliasStatus,ObjectLambdaAccessPointAliasStatus
-
status
ObjectLambdaAccessPointAlias.Builder status(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.- 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:
ObjectLambdaAccessPointAliasStatus,ObjectLambdaAccessPointAliasStatus
-
-