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