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