public static interface GetAliasRequest.Builder extends LambdaRequest.Builder, CopyableBuilder<GetAliasRequest.Builder,GetAliasRequest>
| Modifier and Type | Method and 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.
|
GetAliasRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetAliasRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetAliasRequest.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.GetAliasRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetAliasRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.