Interface CancelExportTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CancelExportTaskResponse.Builder,
,CancelExportTaskResponse> NeptuneGraphResponse.Builder
,SdkBuilder<CancelExportTaskResponse.Builder,
,CancelExportTaskResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CancelExportTaskResponse
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String destination) The Amazon S3 URI of the cancelled export task where data will be exported to.The format of the cancelled export task.format
(ExportFormat format) The format of the cancelled export task.The source graph identifier of the cancelled export task.kmsKeyIdentifier
(String kmsKeyIdentifier) The KMS key identifier of the cancelled export task.parquetType
(String parquetType) The parquet type of the cancelled export task.parquetType
(ParquetType parquetType) The parquet type of the cancelled export task.The ARN of the IAM role that will allow the exporting of data to the destination.The current status of the export task.status
(ExportTaskStatus status) The current status of the export task.statusReason
(String statusReason) The reason that the export task has this status value.The unique identifier of the export task.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse.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 Details
-
graphId
The source graph identifier of the cancelled export task.
- Parameters:
graphId
- The source graph identifier of the cancelled export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The ARN of the IAM role that will allow the exporting of data to the destination.
- Parameters:
roleArn
- The ARN of the IAM role that will allow the exporting of data to the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The unique identifier of the export task.
- Parameters:
taskId
- The unique identifier of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the export task. The status is
CANCELLING
when the export task is cancelled.- Parameters:
status
- The current status of the export task. The status isCANCELLING
when the export task is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the export task. The status is
CANCELLING
when the export task is cancelled.- Parameters:
status
- The current status of the export task. The status isCANCELLING
when the export task is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the cancelled export task.
- Parameters:
format
- The format of the cancelled export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the cancelled export task.
- Parameters:
format
- The format of the cancelled export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destination
The Amazon S3 URI of the cancelled export task where data will be exported to.
- Parameters:
destination
- The Amazon S3 URI of the cancelled export task where data will be exported to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIdentifier
The KMS key identifier of the cancelled export task.
- Parameters:
kmsKeyIdentifier
- The KMS key identifier of the cancelled export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parquetType
The parquet type of the cancelled export task.
- Parameters:
parquetType
- The parquet type of the cancelled export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parquetType
The parquet type of the cancelled export task.
- Parameters:
parquetType
- The parquet type of the cancelled export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason that the export task has this status value.
- Parameters:
statusReason
- The reason that the export task has this status value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-