public static interface AccountWithRestoreAccess.Builder extends CopyableBuilder<AccountWithRestoreAccess.Builder,AccountWithRestoreAccess>
Modifier and Type | Method and Description |
---|---|
AccountWithRestoreAccess.Builder |
accountAlias(String accountAlias)
The identifier of an AWS support account authorized to restore a snapshot.
|
AccountWithRestoreAccess.Builder |
accountId(String accountId)
The identifier of an AWS customer account authorized to restore a snapshot.
|
copy
applyMutation, build
AccountWithRestoreAccess.Builder accountId(String accountId)
The identifier of an AWS customer account authorized to restore a snapshot.
accountId
- The identifier of an AWS customer account authorized to restore a snapshot.AccountWithRestoreAccess.Builder accountAlias(String accountAlias)
The identifier of an AWS support account authorized to restore a snapshot. For AWS support, the identifier is
amazon-redshift-support
.
accountAlias
- The identifier of an AWS support account authorized to restore a snapshot. For AWS support, the
identifier is amazon-redshift-support
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.