CopyableBuilder<UpdateAliasResponse.Builder,UpdateAliasResponse>, SdkBuilder<UpdateAliasResponse.Builder,UpdateAliasResponse>public static interface UpdateAliasResponse.Builder extends CopyableBuilder<UpdateAliasResponse.Builder,UpdateAliasResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateAliasResponse.Builder |
aliasArn(String aliasArn) |
Lambda function ARN that is qualified using the alias name as the suffix.
|
UpdateAliasResponse.Builder |
description(String description) |
Alias description.
|
UpdateAliasResponse.Builder |
functionVersion(String functionVersion) |
Function version to which the alias points.
|
UpdateAliasResponse.Builder |
name(String name) |
Alias name.
|
copyapply, buildUpdateAliasResponse.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.UpdateAliasResponse.Builder name(String name)
Alias name.
name - Alias name.UpdateAliasResponse.Builder functionVersion(String functionVersion)
Function version to which the alias points.
functionVersion - Function version to which the alias points.UpdateAliasResponse.Builder description(String description)
Alias description.
description - Alias description.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.