Class CfnDelegatedAdminMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnDelegatedAdminMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDelegatedAdminMixinProps>
- Enclosing interface:
CfnDelegatedAdminMixinProps
@Stability(Stable)
public static final class CfnDelegatedAdminMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDelegatedAdminMixinProps>
A builder for
CfnDelegatedAdminMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadminAccountId(String adminAccountId) Sets the value ofCfnDelegatedAdminMixinProps.getAdminAccountId()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adminAccountId
Sets the value ofCfnDelegatedAdminMixinProps.getAdminAccountId()- Parameters:
adminAccountId- The AWS account identifier of the account to designate as the Security Hub CSPM administrator account.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDelegatedAdminMixinProps>- Returns:
- a new instance of
CfnDelegatedAdminMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-