Class CfnDelegatedAdminPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnDelegatedAdminPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDelegatedAdminPropsMixin>
- Enclosing class:
CfnDelegatedAdminPropsMixin
@Stability(Stable)
public static final class CfnDelegatedAdminPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDelegatedAdminPropsMixin>
A fluent builder for
CfnDelegatedAdminPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionadminAccountId(String adminAccountId) The AWS account identifier of the account to designate as the Security Hub CSPM administrator account.build()create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnDelegatedAdminPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDelegatedAdminPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDelegatedAdminPropsMixin.Builder.
-
adminAccountId
The AWS account identifier of the account to designate as the Security Hub CSPM administrator account.- Parameters:
adminAccountId- The AWS account identifier of the account to designate as the Security Hub CSPM administrator account. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDelegatedAdminPropsMixin>- Returns:
- a newly built instance of
CfnDelegatedAdminPropsMixin.
-