Interface GetMlDataProcessingJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetMlDataProcessingJobResponse.Builder,,- GetMlDataProcessingJobResponse> - NeptunedataResponse.Builder,- SdkBuilder<GetMlDataProcessingJobResponse.Builder,,- GetMlDataProcessingJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetMlDataProcessingJobResponse
@Mutable
@NotThreadSafe
public static interface GetMlDataProcessingJobResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetMlDataProcessingJobResponse.Builder,GetMlDataProcessingJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier of this data-processing job.processingJob(Consumer<MlResourceDefinition.Builder> processingJob) Definition of the data processing job.processingJob(MlResourceDefinition processingJob) Definition of the data processing job.Status of the data processing 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- 
statusStatus of the data processing job. - Parameters:
- status- Status of the data processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe unique identifier of this data-processing job. - Parameters:
- id- The unique identifier of this data-processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processingJobDefinition of the data processing job. - Parameters:
- processingJob- Definition of the data processing job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
processingJobdefault GetMlDataProcessingJobResponse.Builder processingJob(Consumer<MlResourceDefinition.Builder> processingJob) Definition of the 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 toprocessingJob(MlResourceDefinition).- Parameters:
- processingJob- 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:
 
 
-