@Stability(value=Stable) public static final class CfnMasterProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMasterProps>
CfnMasterProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMasterProps |
build()
Builds the configured instance.
|
CfnMasterProps.Builder |
detectorId(String detectorId)
Sets the value of
CfnMasterProps.getDetectorId() |
CfnMasterProps.Builder |
invitationId(String invitationId)
Sets the value of
CfnMasterProps.getInvitationId() |
CfnMasterProps.Builder |
masterId(String masterId)
Sets the value of
CfnMasterProps.getMasterId() |
@Stability(value=Stable) public CfnMasterProps.Builder detectorId(String detectorId)
CfnMasterProps.getDetectorId()detectorId - The unique ID of the detector of the GuardDuty member account. This parameter is required.this@Stability(value=Stable) public CfnMasterProps.Builder masterId(String masterId)
CfnMasterProps.getMasterId()masterId - The AWS account ID of the account designated as the administrator account. This parameter is required.this@Stability(value=Stable) public CfnMasterProps.Builder invitationId(String invitationId)
CfnMasterProps.getInvitationId()invitationId - The ID of the invitation that is sent to the account designated as a member account.
You can find the invitation ID by using the ListInvitation action of the API.this@Stability(value=Stable) public CfnMasterProps build()
build in interface software.amazon.jsii.Builder<CfnMasterProps>CfnMasterPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.