Interface ExportStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportStatus.Builder,,- ExportStatus> - SdkBuilder<ExportStatus.Builder,,- ExportStatus> - SdkPojo
- Enclosing class:
- ExportStatus
@Mutable
@NotThreadSafe
public static interface ExportStatus.Builder
extends SdkPojo, CopyableBuilder<ExportStatus.Builder,ExportStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionThe timestamp of when the export was created.lastRefreshedAt(Instant lastRefreshedAt) The timestamp of when the export was last generated.lastUpdatedAt(Instant lastUpdatedAt) The timestamp of when the export was updated.statusCode(String statusCode) The status code for the request.statusCode(ExportStatusCode statusCode) The status code for the request.statusReason(String statusReason) The description for the status code.statusReason(ExecutionStatusReason statusReason) The description for the status code.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- 
createdAtThe timestamp of when the export was created. - Parameters:
- createdAt- The timestamp of when the export was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastRefreshedAtThe timestamp of when the export was last generated. - Parameters:
- lastRefreshedAt- The timestamp of when the export was last generated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedAtThe timestamp of when the export was updated. - Parameters:
- lastUpdatedAt- The timestamp of when the export was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusCodeThe status code for the request. - Parameters:
- statusCode- The status code for the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusCodeThe status code for the request. - Parameters:
- statusCode- The status code for the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonThe description for the status code. - Parameters:
- statusReason- The description for the status code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonThe description for the status code. - Parameters:
- statusReason- The description for the status code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-