Class CfnGraphPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.detective.CfnGraphPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGraphPropsMixin>
- Enclosing class:
CfnGraphPropsMixin
@Stability(Stable)
public static final class CfnGraphPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGraphPropsMixin>
A fluent builder for
CfnGraphPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionautoEnableMembers(Boolean autoEnableMembers) Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.autoEnableMembers(IResolvable autoEnableMembers) Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.build()static CfnGraphPropsMixin.Buildercreate()static CfnGraphPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The tag values to assign to the new behavior graph.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGraphPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGraphPropsMixin.Builder.
-
autoEnableMembers
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.By default, this property is set to
false. If you want to change the value of this property, you must be the Detective administrator for the organization. For more information on setting a Detective administrator account, see AWS::Detective::OrganizationAdmin .Default: - false
- Parameters:
autoEnableMembers- Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. This parameter is required.- Returns:
this- See Also:
-
autoEnableMembers
@Stability(Stable) public CfnGraphPropsMixin.Builder autoEnableMembers(IResolvable autoEnableMembers) Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.By default, this property is set to
false. If you want to change the value of this property, you must be the Detective administrator for the organization. For more information on setting a Detective administrator account, see AWS::Detective::OrganizationAdmin .Default: - false
- Parameters:
autoEnableMembers- Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph. This parameter is required.- Returns:
this- See Also:
-
tags
The tag values to assign to the new behavior graph.- Parameters:
tags- The tag values to assign to the new behavior graph. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGraphPropsMixin>- Returns:
- a newly built instance of
CfnGraphPropsMixin.
-