Class LogAnomalyDetectionIntegrationReference.Builder
java.lang.Object
software.amazon.awscdk.services.devopsguru.LogAnomalyDetectionIntegrationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LogAnomalyDetectionIntegrationReference>
- Enclosing interface:
LogAnomalyDetectionIntegrationReference
@Stability(Stable)
public static final class LogAnomalyDetectionIntegrationReference.Builder
extends Object
implements software.amazon.jsii.Builder<LogAnomalyDetectionIntegrationReference>
A builder for
LogAnomalyDetectionIntegrationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofLogAnomalyDetectionIntegrationReference.getAccountId()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountId
@Stability(Stable) public LogAnomalyDetectionIntegrationReference.Builder accountId(String accountId) Sets the value ofLogAnomalyDetectionIntegrationReference.getAccountId()
- Parameters:
accountId
- The AccountId of the LogAnomalyDetectionIntegration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<LogAnomalyDetectionIntegrationReference>
- Returns:
- a new instance of
LogAnomalyDetectionIntegrationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-