CopyableBuilder<GetAliasRequest.Builder,GetAliasRequest>
, SdkBuilder<GetAliasRequest.Builder,GetAliasRequest>
public static interface GetAliasRequest.Builder extends CopyableBuilder<GetAliasRequest.Builder,GetAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
GetAliasRequest.Builder |
functionName(String functionName) |
Function name for which the alias is created.
|
GetAliasRequest.Builder |
name(String name) |
Name of the alias for which you want to retrieve information.
|
copy
apply, build
GetAliasRequest.Builder functionName(String functionName)
Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name. 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
- Function name for which the alias is created. An alias is a subresource that exists only in the
context of an existing Lambda function so you must specify the function name. 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.GetAliasRequest.Builder name(String name)
Name of the alias for which you want to retrieve information.
name
- Name of the alias for which you want to retrieve information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.