Interface StartMlModelTransformJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartMlModelTransformJobResponse.Builder,,StartMlModelTransformJobResponse> NeptunedataResponse.Builder,SdkBuilder<StartMlModelTransformJobResponse.Builder,,StartMlModelTransformJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartMlModelTransformJobResponse
public static interface StartMlModelTransformJobResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartMlModelTransformJobResponse.Builder,StartMlModelTransformJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the model transform job.creationTimeInMillis(Long creationTimeInMillis) The creation time of the model transform job, in milliseconds.The unique ID of the new model transform job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The unique ID of the new model transform job.
- Parameters:
id- The unique ID of the new model transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the model transform job.
- Parameters:
arn- The ARN of the model transform job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeInMillis
The creation time of the model transform job, in milliseconds.
- Parameters:
creationTimeInMillis- The creation time of the model transform job, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-