Class CfnMasterPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.guardduty.CfnMasterPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMasterPropsMixin>
- Enclosing class:
CfnMasterPropsMixin
@Stability(Stable)
public static final class CfnMasterPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMasterPropsMixin>
A fluent builder for
CfnMasterPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnMasterPropsMixin.Buildercreate()static CfnMasterPropsMixin.Buildercreate(CfnPropertyMixinOptions options) detectorId(String detectorId) The unique ID of the detector of the GuardDuty member account.invitationId(String invitationId) The ID of the invitation that is sent to the account designated as a member account.The AWS account ID of the account designated as the GuardDuty administrator account.
-
Method Details
-
create
@Stability(Stable) public static CfnMasterPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMasterPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMasterPropsMixin.Builder.
-
detectorId
The unique ID of the detector of the GuardDuty member account.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId- The unique ID of the detector of the GuardDuty member account. This parameter is required.- Returns:
this- See Also:
-
invitationId
The ID of the invitation that is sent to the account designated as a member account.You can find the invitation ID by running the ListInvitations in the GuardDuty API Reference .
- Parameters:
invitationId- The ID of the invitation that is sent to the account designated as a member account. This parameter is required.- Returns:
this- See Also:
-
masterId
The AWS account ID of the account designated as the GuardDuty administrator account.- Parameters:
masterId- The AWS account ID of the account designated as the GuardDuty administrator account. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMasterPropsMixin>- Returns:
- a newly built instance of
CfnMasterPropsMixin.
-