public static interface CreateAliasResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<CreateAliasResponse.Builder,CreateAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAliasResponse.Builder |
aliasArn(String aliasArn)
The Amazon Resource Name (ARN) of the alias.
|
CreateAliasResponse.Builder |
description(String description)
A description of the alias.
|
CreateAliasResponse.Builder |
functionVersion(String functionVersion)
The function version that the alias invokes.
|
CreateAliasResponse.Builder |
name(String name)
The name of the alias.
|
CreateAliasResponse.Builder |
revisionId(String revisionId)
A unique identifier that changes when you update the alias.
|
CreateAliasResponse.Builder |
routingConfig(AliasRoutingConfiguration routingConfig)
The routing
configuration of the alias.
|
default CreateAliasResponse.Builder |
routingConfig(Consumer<AliasRoutingConfiguration.Builder> routingConfig)
The routing
configuration of the alias.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAliasResponse.Builder aliasArn(String aliasArn)
The Amazon Resource Name (ARN) of the alias.
aliasArn - The Amazon Resource Name (ARN) of the alias.CreateAliasResponse.Builder name(String name)
The name of the alias.
name - The name of the alias.CreateAliasResponse.Builder functionVersion(String functionVersion)
The function version that the alias invokes.
functionVersion - The function version that the alias invokes.CreateAliasResponse.Builder description(String description)
A description of the alias.
description - A description of the alias.CreateAliasResponse.Builder routingConfig(AliasRoutingConfiguration routingConfig)
The routing configuration of the alias.
routingConfig - The
routing configuration of the alias.default CreateAliasResponse.Builder routingConfig(Consumer<AliasRoutingConfiguration.Builder> routingConfig)
The routing configuration of the alias.
This is a convenience that creates an instance of theAliasRoutingConfiguration.Builder avoiding the
need to create one manually via AliasRoutingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to routingConfig(AliasRoutingConfiguration).routingConfig - a consumer that will call methods on AliasRoutingConfiguration.BuilderroutingConfig(AliasRoutingConfiguration)CreateAliasResponse.Builder revisionId(String revisionId)
A unique identifier that changes when you update the alias.
revisionId - A unique identifier that changes when you update the alias.Copyright © 2021. All rights reserved.