CopyableBuilder<DeleteAliasRequest.Builder,DeleteAliasRequest>
, SdkBuilder<DeleteAliasRequest.Builder,DeleteAliasRequest>
public static interface DeleteAliasRequest.Builder extends CopyableBuilder<DeleteAliasRequest.Builder,DeleteAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteAliasRequest.Builder |
functionName(String functionName) |
The Lambda function name for which the alias is created.
|
DeleteAliasRequest.Builder |
name(String name) |
Name of the alias to delete.
|
copy
apply, build
DeleteAliasRequest.Builder functionName(String functionName)
The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The Lambda function name for which the alias is created. Deleting an alias does not delete the
function version to which it is pointing. Note that the length constraint applies only to the ARN. If
you specify only the function name, it is limited to 64 characters in length.DeleteAliasRequest.Builder name(String name)
Name of the alias to delete.
name
- Name of the alias to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.