@Stability(value=Stable) public static final class CfnMemberProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMemberProps>
CfnMemberProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnMemberProps |
build()
Builds the configured instance.
|
CfnMemberProps.Builder |
detectorId(String detectorId)
Sets the value of
CfnMemberProps.getDetectorId() |
CfnMemberProps.Builder |
disableEmailNotification(Boolean disableEmailNotification)
Sets the value of
CfnMemberProps.getDisableEmailNotification() |
CfnMemberProps.Builder |
disableEmailNotification(IResolvable disableEmailNotification)
Sets the value of
CfnMemberProps.getDisableEmailNotification() |
CfnMemberProps.Builder |
email(String email)
Sets the value of
CfnMemberProps.getEmail() |
CfnMemberProps.Builder |
memberId(String memberId)
Sets the value of
CfnMemberProps.getMemberId() |
CfnMemberProps.Builder |
message(String message)
Sets the value of
CfnMemberProps.getMessage() |
CfnMemberProps.Builder |
status(String status)
Sets the value of
CfnMemberProps.getStatus() |
@Stability(value=Stable) public CfnMemberProps.Builder detectorId(String detectorId)
CfnMemberProps.getDetectorId()
detectorId
- `AWS::GuardDuty::Member.DetectorId`. This parameter is required.this
@Stability(value=Stable) public CfnMemberProps.Builder email(String email)
CfnMemberProps.getEmail()
email
- `AWS::GuardDuty::Member.Email`. This parameter is required.this
@Stability(value=Stable) public CfnMemberProps.Builder memberId(String memberId)
CfnMemberProps.getMemberId()
memberId
- `AWS::GuardDuty::Member.MemberId`. This parameter is required.this
@Stability(value=Stable) public CfnMemberProps.Builder disableEmailNotification(Boolean disableEmailNotification)
CfnMemberProps.getDisableEmailNotification()
disableEmailNotification
- `AWS::GuardDuty::Member.DisableEmailNotification`.this
@Stability(value=Stable) public CfnMemberProps.Builder disableEmailNotification(IResolvable disableEmailNotification)
CfnMemberProps.getDisableEmailNotification()
disableEmailNotification
- `AWS::GuardDuty::Member.DisableEmailNotification`.this
@Stability(value=Stable) public CfnMemberProps.Builder message(String message)
CfnMemberProps.getMessage()
message
- `AWS::GuardDuty::Member.Message`.this
@Stability(value=Stable) public CfnMemberProps.Builder status(String status)
CfnMemberProps.getStatus()
status
- `AWS::GuardDuty::Member.Status`.this
@Stability(value=Stable) public CfnMemberProps build()
build
in interface software.amazon.jsii.Builder<CfnMemberProps>
CfnMemberProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.