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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetAliasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.