CopyableBuilder<CreateAccountAliasRequest.Builder,CreateAccountAliasRequest>
, SdkBuilder<CreateAccountAliasRequest.Builder,CreateAccountAliasRequest>
public static interface CreateAccountAliasRequest.Builder extends CopyableBuilder<CreateAccountAliasRequest.Builder,CreateAccountAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateAccountAliasRequest.Builder |
accountAlias(String accountAlias) |
The account alias to create.
|
copy
apply, build
CreateAccountAliasRequest.Builder accountAlias(String accountAlias)
The account alias to create.
This parameter allows (per its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.
accountAlias
- The account alias to create.
This parameter allows (per its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.