public static interface Alias.Builder extends CopyableBuilder<Alias.Builder,Alias>
Modifier and Type | Method and Description |
---|---|
Alias.Builder |
name(String name)
The canonical name of the alias.
|
Alias.Builder |
names(Collection<String> names)
A list of names for the alias, including the canonical name.
|
Alias.Builder |
names(String... names)
A list of names for the alias, including the canonical name.
|
Alias.Builder |
type(String type)
The type of the alias.
|
copy
applyMutation, build
Alias.Builder name(String name)
The canonical name of the alias.
name
- The canonical name of the alias.Alias.Builder names(Collection<String> names)
A list of names for the alias, including the canonical name.
names
- A list of names for the alias, including the canonical name.Alias.Builder names(String... names)
A list of names for the alias, including the canonical name.
names
- A list of names for the alias, including the canonical name.Alias.Builder type(String type)
The type of the alias.
type
- The type of the alias.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.