ToCopyableBuilder<GetAliasResponse.Builder,GetAliasResponse>
@Generated("software.amazon.awssdk:codegen") public class GetAliasResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetAliasResponse.Builder,GetAliasResponse>
Provides configuration information about a Lambda function version alias.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetAliasResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
aliasArn() |
Lambda function ARN that is qualified using the alias name as the suffix.
|
static GetAliasResponse.Builder |
builder() |
|
String |
description() |
Alias description.
|
boolean |
equals(Object obj) |
|
String |
functionVersion() |
Function version to which the alias points.
|
int |
hashCode() |
|
String |
name() |
Alias name.
|
static Class<? extends GetAliasResponse.Builder> |
serializableBuilderClass() |
|
GetAliasResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String aliasArn()
Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias
called BETA
that points to a helloworld function version, the ARN is
arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.
BETA
that points to a helloworld function version, the ARN is
arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA
.public String name()
Alias name.
public String functionVersion()
Function version to which the alias points.
public String description()
Alias description.
public GetAliasResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetAliasResponse.Builder,GetAliasResponse>
public static GetAliasResponse.Builder builder()
public static Class<? extends GetAliasResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.