Interface StartMlModelTrainingJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartMlModelTrainingJobResponse.Builder,StartMlModelTrainingJobResponse>,NeptunedataResponse.Builder,SdkBuilder<StartMlModelTrainingJobResponse.Builder,StartMlModelTrainingJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartMlModelTrainingJobResponse
public static interface StartMlModelTrainingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartMlModelTrainingJobResponse.Builder,StartMlModelTrainingJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartMlModelTrainingJobResponse.Builderarn(String arn)The ARN of the new model training job.StartMlModelTrainingJobResponse.BuildercreationTimeInMillis(Long creationTimeInMillis)The model training job creation time, in milliseconds.StartMlModelTrainingJobResponse.Builderid(String id)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 Detail
-
id
StartMlModelTrainingJobResponse.Builder id(String 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
StartMlModelTrainingJobResponse.Builder arn(String 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
StartMlModelTrainingJobResponse.Builder creationTimeInMillis(Long 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.
-
-