Interface AdminAccount.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AdminAccount.Builder,,- AdminAccount> - SdkBuilder<AdminAccount.Builder,,- AdminAccount> - SdkPojo
- Enclosing class:
- AdminAccount
@Mutable
@NotThreadSafe
public static interface AdminAccount.Builder
extends SdkPojo, CopyableBuilder<AdminAccount.Builder,AdminAccount> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Web Services account identifier of the Security Hub administrator account.The current status of the Security Hub administrator account.status(AdminStatus status) The current status of the Security Hub administrator account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accountIdThe Amazon Web Services account identifier of the Security Hub administrator account. - Parameters:
- accountId- The Amazon Web Services account identifier of the Security Hub administrator account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator. - Parameters:
- status- The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator. - Parameters:
- status- The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-