Interface UpdateModelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateModelRequest.Builder,
,UpdateModelRequest> LookoutEquipmentRequest.Builder
,SdkBuilder<UpdateModelRequest.Builder,
,UpdateModelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateModelRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateModelRequest.Builder
labelsInputConfiguration
(Consumer<LabelsInputConfiguration.Builder> labelsInputConfiguration) Sets the value of the LabelsInputConfiguration property for this object.labelsInputConfiguration
(LabelsInputConfiguration labelsInputConfiguration) Sets the value of the LabelsInputConfiguration property for this object.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.modelDiagnosticsOutputConfiguration
(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration) The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model.The name of the model to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.Builder
avoiding the need to create one manually viaLabelsInputConfiguration.builder()
.When the
Consumer
completes,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:
-
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
RoleArn
request 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 theRoleArn
request 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 theRoleArn
request parameter.ModelDiagnosticsOutputConfiguration.Builder
avoiding the need to create one manually viaModelDiagnosticsOutputConfiguration.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
UpdateModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateModelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-