Interface ComputationModelAnomalyDetectionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ComputationModelAnomalyDetectionConfiguration.Builder,
,ComputationModelAnomalyDetectionConfiguration> SdkBuilder<ComputationModelAnomalyDetectionConfiguration.Builder,
,ComputationModelAnomalyDetectionConfiguration> SdkPojo
- Enclosing class:
ComputationModelAnomalyDetectionConfiguration
@Mutable
@NotThreadSafe
public static interface ComputationModelAnomalyDetectionConfiguration.Builder
extends SdkPojo, CopyableBuilder<ComputationModelAnomalyDetectionConfiguration.Builder,ComputationModelAnomalyDetectionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninputProperties
(String inputProperties) Define the variable name associated with input properties, with the following format${VariableName}
.resultProperty
(String resultProperty) Define the variable name associated with the result property, and the following format${VariableName}
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inputProperties
Define the variable name associated with input properties, with the following format
${VariableName}
.- Parameters:
inputProperties
- Define the variable name associated with input properties, with the following format${VariableName}
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resultProperty
Define the variable name associated with the result property, and the following format
${VariableName}
.- Parameters:
resultProperty
- Define the variable name associated with the result property, and the following format${VariableName}
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-