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