Interface EnableOrganizationAdminAccountResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EnableOrganizationAdminAccountResponse.Builder,,EnableOrganizationAdminAccountResponse> SdkBuilder<EnableOrganizationAdminAccountResponse.Builder,,EnableOrganizationAdminAccountResponse> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
EnableOrganizationAdminAccountResponse
@Mutable
@NotThreadSafe
public static interface EnableOrganizationAdminAccountResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<EnableOrganizationAdminAccountResponse.Builder,EnableOrganizationAdminAccountResponse>
-
Method Summary
Modifier and TypeMethodDescriptionadminAccountId(String adminAccountId) The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.The feature where the delegated administrator is enabled.feature(SecurityHubFeature feature) The feature where the delegated administrator is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
adminAccountId
The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.
- Parameters:
adminAccountId- The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
feature
The feature where the delegated administrator is enabled. The default is Security Hub CSPM if no delegated administrator is specified in the request.
- Parameters:
feature- The feature where the delegated administrator is enabled. The default is Security Hub CSPM if no delegated administrator is specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
feature
The feature where the delegated administrator is enabled. The default is Security Hub CSPM if no delegated administrator is specified in the request.
- Parameters:
feature- The feature where the delegated administrator is enabled. The default is Security Hub CSPM if no delegated administrator is specified in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-