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 SummaryModifier 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.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- 
idThe 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.
 
- 
arnThe 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.
 
- 
creationTimeInMillisThe 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.
 
 
-