Interface CancelImportTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CancelImportTaskResponse.Builder,
,CancelImportTaskResponse> NeptuneGraphResponse.Builder
,SdkBuilder<CancelImportTaskResponse.Builder,
,CancelImportTaskResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CancelImportTaskResponse
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the format of S3 data to be imported.Specifies the format of S3 data to be imported.The unique identifier of the Neptune Analytics graph.parquetType
(String parquetType) The parquet type of the cancelled import task.parquetType
(ParquetType parquetType) The parquet type of the cancelled import task.The ARN of the IAM role that will allow access to the data that is to be imported.A URL identifying to the location of the data to be imported.Current status of the task.status
(ImportTaskStatus status) Current status of the task.The unique identifier of the import 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 unique identifier of the Neptune Analytics graph.
- Parameters:
graphId
- The unique identifier of the Neptune Analytics graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
The unique identifier of the import task.
- Parameters:
taskId
- The unique identifier of the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.
- Parameters:
source
- A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
Specifies the format of S3 data to be imported. Valid values are
CSV
, which identifies the Gremlin CSV format orOPENCYPHER
, which identies the openCypher load format.- Parameters:
format
- Specifies the format of S3 data to be imported. Valid values areCSV
, which identifies the Gremlin CSV format orOPENCYPHER
, which identies the openCypher load format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
Specifies the format of S3 data to be imported. Valid values are
CSV
, which identifies the Gremlin CSV format orOPENCYPHER
, which identies the openCypher load format.- Parameters:
format
- Specifies the format of S3 data to be imported. Valid values areCSV
, which identifies the Gremlin CSV format orOPENCYPHER
, which identies the openCypher load format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parquetType
The parquet type of the cancelled import task.
- Parameters:
parquetType
- The parquet type of the cancelled import 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 import task.
- Parameters:
parquetType
- The parquet type of the cancelled import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
roleArn
The ARN of the IAM role that will allow access to the data that is to be imported.
- Parameters:
roleArn
- The ARN of the IAM role that will allow access to the data that is to be imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current status of the task. Status is CANCELLING when the import task is cancelled.
- Parameters:
status
- Current status of the task. Status is CANCELLING when the import task is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the task. Status is CANCELLING when the import task is cancelled.
- Parameters:
status
- Current status of the task. Status is CANCELLING when the import task is cancelled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-