CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
, SdkBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
public static interface CreateAliasRequest.Builder extends CopyableBuilder<CreateAliasRequest.Builder,CreateAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateAliasRequest.Builder |
description(String description) |
Human-readable description of an alias.
|
CreateAliasRequest.Builder |
name(String name) |
Descriptive label that is associated with an alias.
|
CreateAliasRequest.Builder |
routingStrategy(RoutingStrategy routingStrategy) |
Object that specifies the fleet and routing type to use for the alias.
|
copy
apply, build
CreateAliasRequest.Builder name(String name)
Descriptive label that is associated with an alias. Alias names do not need to be unique.
name
- Descriptive label that is associated with an alias. Alias names do not need to be unique.CreateAliasRequest.Builder description(String description)
Human-readable description of an alias.
description
- Human-readable description of an alias.CreateAliasRequest.Builder routingStrategy(RoutingStrategy routingStrategy)
Object that specifies the fleet and routing type to use for the alias.
routingStrategy
- Object that specifies the fleet and routing type to use for the alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.