CopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
, SdkBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
public static interface UpdateAliasRequest.Builder extends CopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateAliasRequest.Builder |
description(String description) |
You can change the description of the alias using this parameter.
|
UpdateAliasRequest.Builder |
functionName(String functionName) |
The function name for which the alias is created.
|
UpdateAliasRequest.Builder |
functionVersion(String functionVersion) |
Using this parameter you can change the Lambda function version to which the alias points.
|
UpdateAliasRequest.Builder |
name(String name) |
The alias name.
|
copy
apply, build
UpdateAliasRequest.Builder functionName(String functionName)
The function name for which the alias is created. 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 function name for which the alias is created. 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.UpdateAliasRequest.Builder name(String name)
The alias name.
name
- The alias name.UpdateAliasRequest.Builder functionVersion(String functionVersion)
Using this parameter you can change the Lambda function version to which the alias points.
functionVersion
- Using this parameter you can change the Lambda function version to which the alias points.UpdateAliasRequest.Builder description(String description)
You can change the description of the alias using this parameter.
description
- You can change the description of the alias using this parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.