CopyableBuilder<CreateAliasResponse.Builder,CreateAliasResponse>
, SdkBuilder<CreateAliasResponse.Builder,CreateAliasResponse>
public static interface CreateAliasResponse.Builder extends CopyableBuilder<CreateAliasResponse.Builder,CreateAliasResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateAliasResponse.Builder |
aliasArn(String aliasArn) |
Lambda function ARN that is qualified using the alias name as the suffix.
|
CreateAliasResponse.Builder |
description(String description) |
Alias description.
|
CreateAliasResponse.Builder |
functionVersion(String functionVersion) |
Function version to which the alias points.
|
CreateAliasResponse.Builder |
name(String name) |
Alias name.
|
copy
apply, build
CreateAliasResponse.Builder aliasArn(String aliasArn)
Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias
called BETA
that points to a helloworld function version, the ARN is
arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.
aliasArn
- Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create
an alias called BETA
that points to a helloworld function version, the ARN is
arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.CreateAliasResponse.Builder name(String name)
Alias name.
name
- Alias name.CreateAliasResponse.Builder functionVersion(String functionVersion)
Function version to which the alias points.
functionVersion
- Function version to which the alias points.CreateAliasResponse.Builder description(String description)
Alias description.
description
- Alias description.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.