Interface UpdateModelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<UpdateModelRequest.Builder,UpdateModelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateModelRequest
public static interface UpdateModelRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateModelRequest.BuilderlabelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.UpdateModelRequest.BuilderlabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)Sets the value of the LabelsInputConfiguration property for this object.default UpdateModelRequest.BuildermodelDiagnosticsOutputConfiguration(Consumer<ModelDiagnosticsOutputConfiguration.Builder> modelDiagnosticsOutputConfiguration)The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model.UpdateModelRequest.BuildermodelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model.UpdateModelRequest.BuildermodelName(String modelName)The name of the model to update.UpdateModelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateModelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateModelRequest.BuilderroleArn(String roleArn)The ARN of the model to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
modelName
UpdateModelRequest.Builder modelName(String modelName)
The name of the model to update.
- Parameters:
modelName- The name of the model to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelsInputConfiguration
UpdateModelRequest.Builder labelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Sets the value of the LabelsInputConfiguration property for this object.- Parameters:
labelsInputConfiguration- The new value for the LabelsInputConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelsInputConfiguration
default UpdateModelRequest.Builder labelsInputConfiguration(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration)
Sets the value of the LabelsInputConfiguration property for this object. This is a convenience method that creates an instance of theLabelsInputConfiguration.Builderavoiding the need to create one manually viaLabelsInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolabelsInputConfiguration(LabelsInputConfiguration).- Parameters:
labelsInputConfiguration- a consumer that will call methods onLabelsInputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
labelsInputConfiguration(LabelsInputConfiguration)
-
roleArn
UpdateModelRequest.Builder roleArn(String roleArn)
The ARN of the model to update.
- Parameters:
roleArn- The ARN of the model to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelDiagnosticsOutputConfiguration
UpdateModelRequest.Builder modelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the
RoleArnrequest parameter.- Parameters:
modelDiagnosticsOutputConfiguration- The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify theRoleArnrequest parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelDiagnosticsOutputConfiguration
default UpdateModelRequest.Builder modelDiagnosticsOutputConfiguration(Consumer<ModelDiagnosticsOutputConfiguration.Builder> modelDiagnosticsOutputConfiguration)
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model. You must also specify the
This is a convenience method that creates an instance of theRoleArnrequest parameter.ModelDiagnosticsOutputConfiguration.Builderavoiding the need to create one manually viaModelDiagnosticsOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration).- Parameters:
modelDiagnosticsOutputConfiguration- a consumer that will call methods onModelDiagnosticsOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
modelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration)
-
overrideConfiguration
UpdateModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-