Interface CancelExportTaskResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelExportTaskResponse.Builder,CancelExportTaskResponse>,NeptuneGraphResponse.Builder,SdkBuilder<CancelExportTaskResponse.Builder,CancelExportTaskResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CancelExportTaskResponse
public static interface CancelExportTaskResponse.Builder extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<CancelExportTaskResponse.Builder,CancelExportTaskResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelExportTaskResponse.Builderdestination(String destination)The Amazon S3 URI of the cancelled export task where data will be exported to.CancelExportTaskResponse.Builderformat(String format)The format of the cancelled export task.CancelExportTaskResponse.Builderformat(ExportFormat format)The format of the cancelled export task.CancelExportTaskResponse.BuildergraphId(String graphId)The source graph identifier of the cancelled export task.CancelExportTaskResponse.BuilderkmsKeyIdentifier(String kmsKeyIdentifier)The KMS key identifier of the cancelled export task.CancelExportTaskResponse.BuilderparquetType(String parquetType)The parquet type of the cancelled export task.CancelExportTaskResponse.BuilderparquetType(ParquetType parquetType)The parquet type of the cancelled export task.CancelExportTaskResponse.BuilderroleArn(String roleArn)The ARN of the IAM role that will allow the exporting of data to the destination.CancelExportTaskResponse.Builderstatus(String status)The current status of the export task.CancelExportTaskResponse.Builderstatus(ExportTaskStatus status)The current status of the export task.CancelExportTaskResponse.BuilderstatusReason(String statusReason)The reason that the export task has this status value.CancelExportTaskResponse.BuildertaskId(String taskId)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 Detail
-
graphId
CancelExportTaskResponse.Builder graphId(String 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
CancelExportTaskResponse.Builder roleArn(String 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
CancelExportTaskResponse.Builder taskId(String 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
CancelExportTaskResponse.Builder status(String status)
The current status of the export task. The status is
CANCELLINGwhen the export task is cancelled.- Parameters:
status- The current status of the export task. The status isCANCELLINGwhen the export task is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExportTaskStatus,ExportTaskStatus
-
status
CancelExportTaskResponse.Builder status(ExportTaskStatus status)
The current status of the export task. The status is
CANCELLINGwhen the export task is cancelled.- Parameters:
status- The current status of the export task. The status isCANCELLINGwhen the export task is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExportTaskStatus,ExportTaskStatus
-
format
CancelExportTaskResponse.Builder format(String 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:
ExportFormat,ExportFormat
-
format
CancelExportTaskResponse.Builder format(ExportFormat 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:
ExportFormat,ExportFormat
-
destination
CancelExportTaskResponse.Builder destination(String 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
CancelExportTaskResponse.Builder kmsKeyIdentifier(String 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
CancelExportTaskResponse.Builder parquetType(String 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,ParquetType
-
parquetType
CancelExportTaskResponse.Builder parquetType(ParquetType 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,ParquetType
-
statusReason
CancelExportTaskResponse.Builder statusReason(String 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.
-
-