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