Interface ExportTaskSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportTaskSummary.Builder,ExportTaskSummary>,SdkBuilder<ExportTaskSummary.Builder,ExportTaskSummary>,SdkPojo
- Enclosing class:
- ExportTaskSummary
public static interface ExportTaskSummary.Builder extends SdkPojo, CopyableBuilder<ExportTaskSummary.Builder,ExportTaskSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportTaskSummary.Builderdestination(String destination)The Amazon S3 URI of the export task where data will be exported to.ExportTaskSummary.Builderformat(String format)The format of the export task.ExportTaskSummary.Builderformat(ExportFormat format)The format of the export task.ExportTaskSummary.BuildergraphId(String graphId)The source graph identifier of the export task.ExportTaskSummary.BuilderkmsKeyIdentifier(String kmsKeyIdentifier)The KMS key identifier of the export task.ExportTaskSummary.BuilderparquetType(String parquetType)The parquet type of the export task.ExportTaskSummary.BuilderparquetType(ParquetType parquetType)The parquet type of the export task.ExportTaskSummary.BuilderroleArn(String roleArn)The ARN of the IAM role that will allow the data to be exported to the destination.ExportTaskSummary.Builderstatus(String status)The current status of the export task.ExportTaskSummary.Builderstatus(ExportTaskStatus status)The current status of the export task.ExportTaskSummary.BuilderstatusReason(String statusReason)The reason that the export task has this status value.ExportTaskSummary.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
graphId
ExportTaskSummary.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
ExportTaskSummary.Builder roleArn(String roleArn)
The ARN of the IAM role that will allow the data to be exported to the destination.
- Parameters:
roleArn- The ARN of the IAM role that will allow the data to be exported to the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskId
ExportTaskSummary.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
ExportTaskSummary.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
ExportTaskSummary.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
ExportTaskSummary.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
ExportTaskSummary.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
ExportTaskSummary.Builder destination(String destination)
The Amazon S3 URI of the export task where data will be exported to.
- Parameters:
destination- The Amazon S3 URI of the export task where data will be exported to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyIdentifier
ExportTaskSummary.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
ExportTaskSummary.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
ExportTaskSummary.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
ExportTaskSummary.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.
-
-