Interface StartMlDataProcessingJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartMlDataProcessingJobResponse.Builder,StartMlDataProcessingJobResponse>,NeptunedataResponse.Builder,SdkBuilder<StartMlDataProcessingJobResponse.Builder,StartMlDataProcessingJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartMlDataProcessingJobResponse
public static interface StartMlDataProcessingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartMlDataProcessingJobResponse.Builder,StartMlDataProcessingJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartMlDataProcessingJobResponse.Builderarn(String arn)The ARN of the data processing job.StartMlDataProcessingJobResponse.BuildercreationTimeInMillis(Long creationTimeInMillis)The time it took to create the new processing job, in milliseconds.StartMlDataProcessingJobResponse.Builderid(String id)The unique ID of the new data processing job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
StartMlDataProcessingJobResponse.Builder id(String id)
The unique ID of the new data processing job.
- Parameters:
id- The unique ID of the new data processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
StartMlDataProcessingJobResponse.Builder arn(String arn)
The ARN of the data processing job.
- Parameters:
arn- The ARN of the data processing job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeInMillis
StartMlDataProcessingJobResponse.Builder creationTimeInMillis(Long creationTimeInMillis)
The time it took to create the new processing job, in milliseconds.
- Parameters:
creationTimeInMillis- The time it took to create the new processing job, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-