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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
inputPropertiesDefine 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.
 
- 
resultPropertyDefine 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.
 
 
-