CopyableBuilder<Alias.Builder,Alias>
, SdkBuilder<Alias.Builder,Alias>
public static interface Alias.Builder extends CopyableBuilder<Alias.Builder,Alias>
Modifier and Type | Method | Description |
---|---|---|
Alias.Builder |
name(String name) |
The canonical name of the alias.
|
Alias.Builder |
names(String... names) |
A list of names for the alias, including the canonical name.
|
Alias.Builder |
names(Collection<String> names) |
A list of names for the alias, including the canonical name.
|
Alias.Builder |
type(String type) |
The type of the alias.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection)
or #withNames(java.util.Collection)
if you want to override
the existing values.
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.