Interface AccountWithRestoreAccess.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountWithRestoreAccess.Builder,AccountWithRestoreAccess>,SdkBuilder<AccountWithRestoreAccess.Builder,AccountWithRestoreAccess>,SdkPojo
- Enclosing class:
- AccountWithRestoreAccess
public static interface AccountWithRestoreAccess.Builder extends SdkPojo, CopyableBuilder<AccountWithRestoreAccess.Builder,AccountWithRestoreAccess>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountWithRestoreAccess.BuilderaccountAlias(String accountAlias)The identifier of an Amazon Web Services support account authorized to restore a snapshot.AccountWithRestoreAccess.BuilderaccountId(String accountId)The identifier of an Amazon Web Services account authorized to restore a snapshot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
AccountWithRestoreAccess.Builder accountId(String accountId)
The identifier of an Amazon Web Services account authorized to restore a snapshot.
- Parameters:
accountId- The identifier of an Amazon Web Services account authorized to restore a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountAlias
AccountWithRestoreAccess.Builder accountAlias(String accountAlias)
The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is
amazon-redshift-support.- Parameters:
accountAlias- The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier isamazon-redshift-support.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-