Interface AdminAccount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AdminAccount.Builder,AdminAccount>,SdkBuilder<AdminAccount.Builder,AdminAccount>,SdkPojo
- Enclosing class:
- AdminAccount
public static interface AdminAccount.Builder extends SdkPojo, CopyableBuilder<AdminAccount.Builder,AdminAccount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminAccount.BuilderaccountId(String accountId)The Amazon Web Services account ID for the account.AdminAccount.Builderstatus(String status)The current status of the account as the delegated Amazon Macie administrator account for the organization.AdminAccount.Builderstatus(AdminStatus status)The current status of the account as the delegated Amazon Macie administrator account for the organization.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountId
AdminAccount.Builder accountId(String accountId)
The Amazon Web Services account ID for the account.
- Parameters:
accountId- The Amazon Web Services account ID for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
AdminAccount.Builder status(String status)
The current status of the account as the delegated Amazon Macie administrator account for the organization.
- Parameters:
status- The current status of the account as the delegated Amazon Macie administrator account for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdminStatus,AdminStatus
-
status
AdminAccount.Builder status(AdminStatus status)
The current status of the account as the delegated Amazon Macie administrator account for the organization.
- Parameters:
status- The current status of the account as the delegated Amazon Macie administrator account for the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AdminStatus,AdminStatus
-
-