CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
, SdkBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
public static interface CreateAliasRequest.Builder extends CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateAliasRequest.Builder |
description(String description) |
Description of the alias.
|
CreateAliasRequest.Builder |
functionName(String functionName) |
Name of the Lambda function for which you want to create an alias.
|
CreateAliasRequest.Builder |
functionVersion(String functionVersion) |
Lambda function version for which you are creating the alias.
|
CreateAliasRequest.Builder |
name(String name) |
Name for the alias you are creating.
|
copy
apply, build
CreateAliasRequest.Builder functionName(String functionName)
Name of the Lambda function for which you want to create an alias. 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
- Name of the Lambda function for which you want to create an alias. 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.CreateAliasRequest.Builder name(String name)
Name for the alias you are creating.
name
- Name for the alias you are creating.CreateAliasRequest.Builder functionVersion(String functionVersion)
Lambda function version for which you are creating the alias.
functionVersion
- Lambda function version for which you are creating the alias.CreateAliasRequest.Builder description(String description)
Description of the alias.
description
- Description of the alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.