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 |
alias(String alias) |
The requested alias.
|
CreateAliasRequest.Builder |
directoryId(String directoryId) |
The identifier of the directory for which to create the alias.
|
copy
apply, build
CreateAliasRequest.Builder directoryId(String directoryId)
The identifier of the directory for which to create the alias.
directoryId
- The identifier of the directory for which to create the alias.CreateAliasRequest.Builder alias(String alias)
The requested alias.
The alias must be unique amongst all aliases in AWS. This operation throws an
EntityAlreadyExistsException
error if the alias already exists.
alias
- The requested alias.
The alias must be unique amongst all aliases in AWS. This operation throws an
EntityAlreadyExistsException
error if the alias already exists.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.