@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 - `AWS::GuardDuty::Master.DetectorId`. This parameter is required.this@Stability(value=Stable) public CfnMasterProps.Builder masterId(String masterId)
CfnMasterProps.getMasterId()masterId - `AWS::GuardDuty::Master.MasterId`. This parameter is required.this@Stability(value=Stable) public CfnMasterProps.Builder invitationId(String invitationId)
CfnMasterProps.getInvitationId()invitationId - `AWS::GuardDuty::Master.InvitationId`.this@Stability(value=Stable) public CfnMasterProps build()
build in interface software.amazon.jsii.Builder<CfnMasterProps>CfnMasterPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.