Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateAliasRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateAliasRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateAliasRequest.Builder |
builder() |
|
String |
description() |
You can change the description of the alias using this parameter.
|
boolean |
equals(Object obj) |
|
String |
functionName() |
The function name for which the alias is created.
|
String |
functionVersion() |
Using this parameter you can change the Lambda function version to which the alias points.
|
int |
hashCode() |
|
String |
name() |
The alias name.
|
static Class<? extends UpdateAliasRequest.Builder> |
serializableBuilderClass() |
|
UpdateAliasRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String functionName()
The function name for which the alias is created. 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.
public String name()
The alias name.
public String functionVersion()
Using this parameter you can change the Lambda function version to which the alias points.
public String description()
You can change the description of the alias using this parameter.
public UpdateAliasRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
public static UpdateAliasRequest.Builder builder()
public static Class<? extends UpdateAliasRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.