Class CfnProactiveEngagementMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProactiveEngagementMixinProps>
- Enclosing interface:
CfnProactiveEngagementMixinProps
CfnProactiveEngagementMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.emergencyContactList(List<? extends Object> emergencyContactList) Sets the value ofCfnProactiveEngagementMixinProps.getEmergencyContactList()emergencyContactList(IResolvable emergencyContactList) Sets the value ofCfnProactiveEngagementMixinProps.getEmergencyContactList()proactiveEngagementStatus(String proactiveEngagementStatus) Sets the value ofCfnProactiveEngagementMixinProps.getProactiveEngagementStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
emergencyContactList
@Stability(Stable) public CfnProactiveEngagementMixinProps.Builder emergencyContactList(IResolvable emergencyContactList) Sets the value ofCfnProactiveEngagementMixinProps.getEmergencyContactList()- Parameters:
emergencyContactList- The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes. To enable proactive engagement, the contact list must include at least one phone number.If you provide more than one contact, in the notes, indicate the circumstances under which each contact should be used. Include primary and secondary contact designations, and provide the hours of availability and time zones for each contact.
Example contact notes:
- This is a hotline that's staffed 24x7x365. Please work with the responding analyst and they will get the appropriate person on the call.
- Please contact the secondary phone number if the hotline doesn't respond within 5 minutes.
- Returns:
this
-
emergencyContactList
@Stability(Stable) public CfnProactiveEngagementMixinProps.Builder emergencyContactList(List<? extends Object> emergencyContactList) Sets the value ofCfnProactiveEngagementMixinProps.getEmergencyContactList()- Parameters:
emergencyContactList- The list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support, plus any relevant notes. To enable proactive engagement, the contact list must include at least one phone number.If you provide more than one contact, in the notes, indicate the circumstances under which each contact should be used. Include primary and secondary contact designations, and provide the hours of availability and time zones for each contact.
Example contact notes:
- This is a hotline that's staffed 24x7x365. Please work with the responding analyst and they will get the appropriate person on the call.
- Please contact the secondary phone number if the hotline doesn't respond within 5 minutes.
- Returns:
this
-
proactiveEngagementStatus
@Stability(Stable) public CfnProactiveEngagementMixinProps.Builder proactiveEngagementStatus(String proactiveEngagementStatus) Sets the value ofCfnProactiveEngagementMixinProps.getProactiveEngagementStatus()- Parameters:
proactiveEngagementStatus- Specifies whether proactive engagement is enabled or disabled. Valid values:ENABLED- The Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.DISABLED- The SRT will not proactively notify contacts about escalations or to initiate proactive customer support.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProactiveEngagementMixinProps>- Returns:
- a new instance of
CfnProactiveEngagementMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-