Interface ObjectLambdaAccessPointAlias.Builder

    • 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 is READY, 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 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.
        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 is READY, 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 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ObjectLambdaAccessPointAliasStatus, ObjectLambdaAccessPointAliasStatus