Interface GetMlModelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetMlModelRequest.Builder,
,GetMlModelRequest> MachineLearningRequest.Builder
,SdkBuilder<GetMlModelRequest.Builder,
,GetMlModelRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetMlModelRequest
public static interface GetMlModelRequest.Builder
extends MachineLearningRequest.Builder, SdkPojo, CopyableBuilder<GetMlModelRequest.Builder,GetMlModelRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID assigned to theMLModel
at creation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies whether theGetMLModel
operation should returnRecipe
.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.machinelearning.model.MachineLearningRequest.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 Details
-
mlModelId
The ID assigned to the
MLModel
at creation.- Parameters:
mlModelId
- The ID assigned to theMLModel
at creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verbose
Specifies whether the
GetMLModel
operation should returnRecipe
.If true,
Recipe
is returned.If false,
Recipe
is not returned.- Parameters:
verbose
- Specifies whether theGetMLModel
operation should returnRecipe
.If true,
Recipe
is returned.If false,
Recipe
is not returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMlModelRequest.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
GetMlModelRequest.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.
-