Modifier and Type | Method and Description |
---|---|
CfnMaster |
build() |
static CfnMaster.Builder |
create(Construct scope,
java.lang.String id) |
CfnMaster.Builder |
detectorId(java.lang.String detectorId)
The unique ID of the detector of the GuardDuty member account.
|
CfnMaster.Builder |
invitationId(java.lang.String invitationId)
The ID of the invitation that is sent to the account designated as a member account.
|
CfnMaster.Builder |
masterId(java.lang.String masterId)
The AWS account ID of the account designated as the administrator account.
|
public static CfnMaster.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnMaster.Builder
.public CfnMaster.Builder detectorId(java.lang.String detectorId)
detectorId
- The unique ID of the detector of the GuardDuty member account. This parameter is required.this
public CfnMaster.Builder masterId(java.lang.String masterId)
masterId
- The AWS account ID of the account designated as the administrator account. This parameter is required.this
public CfnMaster.Builder invitationId(java.lang.String invitationId)
You can find the invitation ID by using the ListInvitation action of the API.
invitationId
- The ID of the invitation that is sent to the account designated as a member account. This parameter is required.this
public CfnMaster build()