Interface GetExportTaskResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExportTaskResponse.Builder,GetExportTaskResponse>,NeptuneGraphResponse.Builder,SdkBuilder<GetExportTaskResponse.Builder,GetExportTaskResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetExportTaskResponse
public static interface GetExportTaskResponse.Builder extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<GetExportTaskResponse.Builder,GetExportTaskResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetExportTaskResponse.Builderdestination(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.GetExportTaskResponse.BuilderexportFilter(ExportFilter exportFilter)The export filter of the export task.default GetExportTaskResponse.BuilderexportTaskDetails(Consumer<ExportTaskDetails.Builder> exportTaskDetails)The details of the export task.GetExportTaskResponse.BuilderexportTaskDetails(ExportTaskDetails exportTaskDetails)The details of the export task.GetExportTaskResponse.Builderformat(String format)The format of the export task.GetExportTaskResponse.Builderformat(ExportFormat format)The format of the export task.GetExportTaskResponse.BuildergraphId(String graphId)The source graph identifier of the export task.GetExportTaskResponse.BuilderkmsKeyIdentifier(String kmsKeyIdentifier)The KMS key identifier of the export task.GetExportTaskResponse.BuilderparquetType(String parquetType)The parquet type of the export task.GetExportTaskResponse.BuilderparquetType(ParquetType parquetType)The parquet type of the export task.GetExportTaskResponse.BuilderroleArn(String roleArn)The ARN of the IAM role that will allow data to be exported to the destination.GetExportTaskResponse.Builderstatus(String status)The current status of the export task.GetExportTaskResponse.Builderstatus(ExportTaskStatus status)The current status of the export task.GetExportTaskResponse.BuilderstatusReason(String statusReason)The reason that the export task has this status value.GetExportTaskResponse.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
GetExportTaskResponse.Builder graphId(String 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
GetExportTaskResponse.Builder roleArn(String 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
GetExportTaskResponse.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
GetExportTaskResponse.Builder status(String 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:
ExportTaskStatus,ExportTaskStatus
-
status
GetExportTaskResponse.Builder status(ExportTaskStatus 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:
ExportTaskStatus,ExportTaskStatus
-
format
GetExportTaskResponse.Builder format(String 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:
ExportFormat,ExportFormat
-
format
GetExportTaskResponse.Builder format(ExportFormat 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:
ExportFormat,ExportFormat
-
destination
GetExportTaskResponse.Builder destination(String 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
GetExportTaskResponse.Builder kmsKeyIdentifier(String 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
GetExportTaskResponse.Builder parquetType(String 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,ParquetType
-
parquetType
GetExportTaskResponse.Builder parquetType(ParquetType 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,ParquetType
-
statusReason
GetExportTaskResponse.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.
-
exportTaskDetails
GetExportTaskResponse.Builder exportTaskDetails(ExportTaskDetails 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:
exportTaskDetails(ExportTaskDetails)
-
exportFilter
GetExportTaskResponse.Builder exportFilter(ExportFilter 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
default GetExportTaskResponse.Builder exportFilter(Consumer<ExportFilter.Builder> 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:
exportFilter(ExportFilter)
-
-