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 Summary
Modifier 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.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 Details
-
createdAt
The 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.
-
lastRefreshedAt
The 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.
-
lastUpdatedAt
The 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.
-
statusCode
The 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:
-
statusCode
The 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:
-
statusReason
The 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:
-
statusReason
The 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:
-