Interface StartMlModelTrainingJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartMlModelTrainingJobResponse.Builder,
,StartMlModelTrainingJobResponse> NeptunedataResponse.Builder
,SdkBuilder<StartMlModelTrainingJobResponse.Builder,
,StartMlModelTrainingJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartMlModelTrainingJobResponse
@Mutable
@NotThreadSafe
public static interface StartMlModelTrainingJobResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartMlModelTrainingJobResponse.Builder,StartMlModelTrainingJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the new model training job.creationTimeInMillis
(Long creationTimeInMillis) The model training job creation time, in milliseconds.The unique ID of the new model training 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 Details
-
id
The unique ID of the new model training job.
- Parameters:
id
- The unique ID of the new model training job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the new model training job.
- Parameters:
arn
- The ARN of the new model training job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeInMillis
The model training job creation time, in milliseconds.
- Parameters:
creationTimeInMillis
- The model training job creation time, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-