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