Interface GetExportTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExportTaskResponse.Builder,,GetExportTaskResponse> NeptuneGraphResponse.Builder,SdkBuilder<GetExportTaskResponse.Builder,,GetExportTaskResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetExportTaskResponse
-
Method Summary
Modifier and TypeMethodDescriptiondestination(String destination) The Amazon S3 URI of the export task where data will be exported.default GetExportTaskResponse.BuilderexportFilter(Consumer<ExportFilter.Builder> exportFilter) The export filter of the export task.exportFilter(ExportFilter exportFilter) The export filter of the export task.default GetExportTaskResponse.BuilderexportTaskDetails(Consumer<ExportTaskDetails.Builder> exportTaskDetails) The details of the export task.exportTaskDetails(ExportTaskDetails exportTaskDetails) The details of the export task.The format of the export task.format(ExportFormat format) The format of the export task.The source graph identifier of the export task.kmsKeyIdentifier(String kmsKeyIdentifier) The KMS key identifier of the export task.parquetType(String parquetType) The parquet type of the export task.parquetType(ParquetType parquetType) The parquet type of the export task.The ARN of the IAM role that will allow data to be exported 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
copyMethods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
graphId
The source graph identifier of the export task.
- Parameters:
graphId- The source graph identifier of the 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 data to be exported to the destination.
- Parameters:
roleArn- The ARN of the IAM role that will allow data to be exported 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.
- Parameters:
status- The current status of the export task.- 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.
- Parameters:
status- The current status of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the export task.
- Parameters:
format- The format of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the export task.
- Parameters:
format- The format of the 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 export task where data will be exported.
- Parameters:
destination- The Amazon S3 URI of the export task where data will be exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIdentifier
The KMS key identifier of the export task.
- Parameters:
kmsKeyIdentifier- The KMS key identifier of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parquetType
The parquet type of the export task.
- Parameters:
parquetType- The parquet type of the 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 export task.
- Parameters:
parquetType- The parquet type of the 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.
-
exportTaskDetails
The details of the export task.
- Parameters:
exportTaskDetails- The details of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportTaskDetails
default GetExportTaskResponse.Builder exportTaskDetails(Consumer<ExportTaskDetails.Builder> exportTaskDetails) The details of the export task.
This is a convenience method that creates an instance of theExportTaskDetails.Builderavoiding the need to create one manually viaExportTaskDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportTaskDetails(ExportTaskDetails).- Parameters:
exportTaskDetails- a consumer that will call methods onExportTaskDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportFilter
The export filter of the export task.
- Parameters:
exportFilter- The export filter of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportFilter
The export filter of the export task.
This is a convenience method that creates an instance of theExportFilter.Builderavoiding the need to create one manually viaExportFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportFilter(ExportFilter).- Parameters:
exportFilter- a consumer that will call methods onExportFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-