Interface GetExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExportResponse.Builder,,GetExportResponse> SdkBuilder<GetExportResponse.Builder,,GetExportResponse> SdkPojo,SdkResponse.Builder,SimpleDbV2Response.Builder
- Enclosing class:
GetExportResponse
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The client token provided for this export.domainName(String domainName) The name of the domain that was exported.Unique ARN identifier of the export.exportDataCutoffTime(Instant exportDataCutoffTime) The timestamp indicating the cutoff point for data inclusion in the export.exportManifest(String exportManifest) The name of the manifest summary file for the export.exportStatus(String exportStatus) The current state of the export.exportStatus(ExportStatus exportStatus) The current state of the export.failureCode(String failureCode) Failure code for the result of the failed export.failureMessage(String failureMessage) Export failure reason description.itemsCount(Long itemsCount) Total number of exported items.requestedAt(Instant requestedAt) Timestamp when the export request was received by the service.The name of the S3 bucket for this export.s3BucketOwner(String s3BucketOwner) The S3 bucket owner account ID for this export.s3KeyPrefix(String s3KeyPrefix) The S3 key prefix provided in the corresponding StartDomainExport request.s3SseAlgorithm(String s3SseAlgorithm) The S3 SSE encryption algorithm for this export.s3SseAlgorithm(S3SseAlgorithm s3SseAlgorithm) The S3 SSE encryption algorithm for this export.s3SseKmsKeyId(String s3SseKmsKeyId) The KMS key ID for this export.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.simpledbv2.model.SimpleDbV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
exportArn
Unique ARN identifier of the export.
- Parameters:
exportArn- Unique ARN identifier of the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The client token provided for this export.
- Parameters:
clientToken- The client token provided for this export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.
- Parameters:
exportStatus- The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportStatus
The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.
- Parameters:
exportStatus- The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainName
The name of the domain that was exported.
- Parameters:
domainName- The name of the domain that was exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedAt
Timestamp when the export request was received by the service.
- Parameters:
requestedAt- Timestamp when the export request was received by the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Bucket
The name of the S3 bucket for this export.
- Parameters:
s3Bucket- The name of the S3 bucket for this export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
The S3 key prefix provided in the corresponding StartDomainExport request.
- Parameters:
s3KeyPrefix- The S3 key prefix provided in the corresponding StartDomainExport request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3SseAlgorithm
The S3 SSE encryption algorithm for this export.
- Parameters:
s3SseAlgorithm- The S3 SSE encryption algorithm for this export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3SseAlgorithm
The S3 SSE encryption algorithm for this export.
- Parameters:
s3SseAlgorithm- The S3 SSE encryption algorithm for this export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3SseKmsKeyId
The KMS key ID for this export.
- Parameters:
s3SseKmsKeyId- The KMS key ID for this export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketOwner
The S3 bucket owner account ID for this export.
- Parameters:
s3BucketOwner- The S3 bucket owner account ID for this export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
Failure code for the result of the failed export.
- Parameters:
failureCode- Failure code for the result of the failed export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
Export failure reason description.
- Parameters:
failureMessage- Export failure reason description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportManifest
The name of the manifest summary file for the export.
- Parameters:
exportManifest- The name of the manifest summary file for the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemsCount
Total number of exported items.
- Parameters:
itemsCount- Total number of exported items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportDataCutoffTime
The timestamp indicating the cutoff point for data inclusion in the export. All data inserted or modified before this time will be present in the exported data. Data insertions or modifications after this timestamp may or may not be present in the export.
- Parameters:
exportDataCutoffTime- The timestamp indicating the cutoff point for data inclusion in the export. All data inserted or modified before this time will be present in the exported data. Data insertions or modifications after this timestamp may or may not be present in the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-