@Generated(value="software.amazon.awssdk:codegen") public final class CancelMlDataProcessingJobRequest extends NeptunedataRequest implements ToCopyableBuilder<CancelMlDataProcessingJobRequest.Builder,CancelMlDataProcessingJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CancelMlDataProcessingJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CancelMlDataProcessingJobRequest.Builder |
builder() |
Boolean |
clean()
If set to
TRUE, this flag specifies that all Neptune ML S3 artifacts should be deleted when the job
is stopped. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier of the data-processing job.
|
String |
neptuneIamRoleArn()
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CancelMlDataProcessingJobRequest.Builder> |
serializableBuilderClass() |
CancelMlDataProcessingJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The unique identifier of the data-processing job.
public final 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.
public final 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.
TRUE, this flag specifies that all Neptune ML S3 artifacts should be deleted when
the job is stopped. The default is FALSE.public CancelMlDataProcessingJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CancelMlDataProcessingJobRequest.Builder,CancelMlDataProcessingJobRequest>toBuilder in class NeptunedataRequestpublic static CancelMlDataProcessingJobRequest.Builder builder()
public static Class<? extends CancelMlDataProcessingJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.