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