Class ProactiveEngagementReference.Builder
java.lang.Object
software.amazon.awscdk.services.shield.ProactiveEngagementReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ProactiveEngagementReference>
- Enclosing interface:
ProactiveEngagementReference
@Stability(Stable)
public static final class ProactiveEngagementReference.Builder
extends Object
implements software.amazon.jsii.Builder<ProactiveEngagementReference>
A builder for
ProactiveEngagementReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofProactiveEngagementReference.getAccountId()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
Sets the value ofProactiveEngagementReference.getAccountId()
- Parameters:
accountId
- The AccountId of the ProactiveEngagement resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ProactiveEngagementReference>
- Returns:
- a new instance of
ProactiveEngagementReference
- Throws:
NullPointerException
- if any required attribute was not provided
-