public static interface CancelMlDataProcessingJobRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<CancelMlDataProcessingJobRequest.Builder,CancelMlDataProcessingJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelMlDataProcessingJobRequest.Builder |
clean(Boolean clean)
If set to
TRUE, this flag specifies that all Neptune ML S3 artifacts should be deleted when the
job is stopped. |
CancelMlDataProcessingJobRequest.Builder |
id(String id)
The unique identifier of the data-processing job.
|
CancelMlDataProcessingJobRequest.Builder |
neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
CancelMlDataProcessingJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelMlDataProcessingJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelMlDataProcessingJobRequest.Builder id(String id)
The unique identifier of the data-processing job.
id - The unique identifier of the data-processing job.CancelMlDataProcessingJobRequest.Builder neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
neptuneIamRoleArn - The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be
listed in your DB cluster parameter group or an error will occur.CancelMlDataProcessingJobRequest.Builder clean(Boolean clean)
If set to TRUE, this flag specifies that all Neptune ML S3 artifacts should be deleted when the
job is stopped. The default is FALSE.
clean - If set to TRUE, this flag specifies that all Neptune ML S3 artifacts should be deleted
when the job is stopped. The default is FALSE.CancelMlDataProcessingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelMlDataProcessingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.