Class CfnOrganizationAdmin.Builder
java.lang.Object
software.amazon.awscdk.services.detective.CfnOrganizationAdmin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationAdmin>
- Enclosing class:
- CfnOrganizationAdmin
@Stability(Stable)
public static final class CfnOrganizationAdmin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationAdmin>
A fluent builder for
CfnOrganizationAdmin
.-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account identifier of the account to designate as the Detective administrator account for the organization.build()
static CfnOrganizationAdmin.Builder
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnOrganizationAdmin.Builder
.
-
accountId
The AWS account identifier of the account to designate as the Detective administrator account for the organization.- Parameters:
accountId
- The AWS account identifier of the account to designate as the Detective administrator account for the organization. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnOrganizationAdmin>
- Returns:
- a newly built instance of
CfnOrganizationAdmin
.
-