@Generated(value="software.amazon.awssdk:codegen") public final class AliasRoutingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AliasRoutingConfiguration.Builder,AliasRoutingConfiguration>
A Lambda function alias's traffic shifting configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
AliasRoutingConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,Double> |
additionalVersionWeights()
The name of the second alias, and the percentage of traffic that is routed to it.
|
static AliasRoutingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AliasRoutingConfiguration.Builder> |
serializableBuilderClass() |
AliasRoutingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Map<String,Double> additionalVersionWeights()
The name of the second alias, and the percentage of traffic that is routed to it.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public AliasRoutingConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AliasRoutingConfiguration.Builder,AliasRoutingConfiguration>
public static AliasRoutingConfiguration.Builder builder()
public static Class<? extends AliasRoutingConfiguration.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.