Interface ExportTaskSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportTaskSummary.Builder,,- ExportTaskSummary> - SdkBuilder<ExportTaskSummary.Builder,,- ExportTaskSummary> - SdkPojo
- Enclosing class:
- ExportTaskSummary
@Mutable
@NotThreadSafe
public static interface ExportTaskSummary.Builder
extends SdkPojo, CopyableBuilder<ExportTaskSummary.Builder,ExportTaskSummary> 
- 
Method SummaryModifier and TypeMethodDescriptiondestination(String destination) The Amazon S3 URI of the export task where data will be exported to.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 the 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
graphIdThe 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.
 
- 
roleArnThe 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.
 
- 
taskIdThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
formatThe 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:
 
- 
formatThe 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:
 
- 
destinationThe 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.
 
- 
kmsKeyIdentifierThe 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.
 
- 
parquetTypeThe 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:
 
- 
parquetTypeThe 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:
 
- 
statusReasonThe 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.
 
 
-