Interface GetMlModelTransformJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetMlModelTransformJobResponse.Builder,,- GetMlModelTransformJobResponse> - NeptunedataResponse.Builder,- SdkBuilder<GetMlModelTransformJobResponse.Builder,,- GetMlModelTransformJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetMlModelTransformJobResponse
- 
Method SummaryModifier and TypeMethodDescriptionbaseProcessingJob(Consumer<MlResourceDefinition.Builder> baseProcessingJob) The base data processing job.baseProcessingJob(MlResourceDefinition baseProcessingJob) The base data processing job.The unique identifier of the model-transform job to be retrieved.models(Collection<MlConfigDefinition> models) A list of the configuration information for the models being used.models(Consumer<MlConfigDefinition.Builder>... models) A list of the configuration information for the models being used.models(MlConfigDefinition... models) A list of the configuration information for the models being used.remoteModelTransformJob(Consumer<MlResourceDefinition.Builder> remoteModelTransformJob) The remote model transform job.remoteModelTransformJob(MlResourceDefinition remoteModelTransformJob) The remote model transform job.The status of the model-transform job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe status of the model-transform job. - Parameters:
- status- The status of the model-transform job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe unique identifier of the model-transform job to be retrieved. - Parameters:
- id- The unique identifier of the model-transform job to be retrieved.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
baseProcessingJobThe base data processing job. - Parameters:
- baseProcessingJob- The base data processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
baseProcessingJobdefault GetMlModelTransformJobResponse.Builder baseProcessingJob(Consumer<MlResourceDefinition.Builder> baseProcessingJob) The base data processing job. This is a convenience method that creates an instance of theMlResourceDefinition.Builderavoiding the need to create one manually viaMlResourceDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobaseProcessingJob(MlResourceDefinition).- Parameters:
- baseProcessingJob- a consumer that will call methods on- MlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
remoteModelTransformJobGetMlModelTransformJobResponse.Builder remoteModelTransformJob(MlResourceDefinition remoteModelTransformJob) The remote model transform job. - Parameters:
- remoteModelTransformJob- The remote model transform job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
remoteModelTransformJobdefault GetMlModelTransformJobResponse.Builder remoteModelTransformJob(Consumer<MlResourceDefinition.Builder> remoteModelTransformJob) The remote model transform job. This is a convenience method that creates an instance of theMlResourceDefinition.Builderavoiding the need to create one manually viaMlResourceDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toremoteModelTransformJob(MlResourceDefinition).- Parameters:
- remoteModelTransformJob- a consumer that will call methods on- MlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
modelsA list of the configuration information for the models being used. - Parameters:
- models- A list of the configuration information for the models being used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelsA list of the configuration information for the models being used. - Parameters:
- models- A list of the configuration information for the models being used.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelsA list of the configuration information for the models being used. This is a convenience method that creates an instance of theMlConfigDefinition.Builderavoiding the need to create one manually viaMlConfigDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomodels(List<MlConfigDefinition>).- Parameters:
- models- a consumer that will call methods on- MlConfigDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-