CopyableBuilder<DeleteAccountAliasRequest.Builder,DeleteAccountAliasRequest>
, SdkBuilder<DeleteAccountAliasRequest.Builder,DeleteAccountAliasRequest>
public static interface DeleteAccountAliasRequest.Builder extends CopyableBuilder<DeleteAccountAliasRequest.Builder,DeleteAccountAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteAccountAliasRequest.Builder |
accountAlias(String accountAlias) |
The name of the account alias to delete.
|
copy
apply, build
DeleteAccountAliasRequest.Builder accountAlias(String accountAlias)
The name of the account alias to delete.
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 name of the account alias to delete.
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.