Interface ReportStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReportStatus.Builder,
,ReportStatus> SdkBuilder<ReportStatus.Builder,
,ReportStatus> SdkPojo
- Enclosing class:
ReportStatus
@Mutable
@NotThreadSafe
public static interface ReportStatus.Builder
extends SdkPojo, CopyableBuilder<ReportStatus.Builder,ReportStatus>
-
Method Summary
Modifier and TypeMethodDescriptionlastDelivery
(String lastDelivery) A timestamp that gives the date of a report delivery.lastStatus
(String lastStatus) An enum that gives the status of a report delivery.lastStatus
(LastStatus lastStatus) An enum that gives the status of a report delivery.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
-
lastDelivery
A timestamp that gives the date of a report delivery.
- Parameters:
lastDelivery
- A timestamp that gives the date of a report delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastStatus
An enum that gives the status of a report delivery.
- Parameters:
lastStatus
- An enum that gives the status of a report delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastStatus
An enum that gives the status of a report delivery.
- Parameters:
lastStatus
- An enum that gives the status of a report delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-