Interface ConfigExportDeliveryInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>,SdkBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>,SdkPojo
- Enclosing class:
- ConfigExportDeliveryInfo
public static interface ConfigExportDeliveryInfo.Builder extends SdkPojo, CopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigExportDeliveryInfo.BuilderlastAttemptTime(Instant lastAttemptTime)The time of the last attempted delivery.ConfigExportDeliveryInfo.BuilderlastErrorCode(String lastErrorCode)The error code from the last attempted delivery.ConfigExportDeliveryInfo.BuilderlastErrorMessage(String lastErrorMessage)The error message from the last attempted delivery.ConfigExportDeliveryInfo.BuilderlastStatus(String lastStatus)Status of the last attempted delivery.ConfigExportDeliveryInfo.BuilderlastStatus(DeliveryStatus lastStatus)Status of the last attempted delivery.ConfigExportDeliveryInfo.BuilderlastSuccessfulTime(Instant lastSuccessfulTime)The time of the last successful delivery.ConfigExportDeliveryInfo.BuildernextDeliveryTime(Instant nextDeliveryTime)The time that the next delivery occurs.-
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, sdkFields
-
-
-
-
Method Detail
-
lastStatus
ConfigExportDeliveryInfo.Builder lastStatus(String lastStatus)
Status of the last attempted delivery.
- Parameters:
lastStatus- Status of the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeliveryStatus,DeliveryStatus
-
lastStatus
ConfigExportDeliveryInfo.Builder lastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
- Parameters:
lastStatus- Status of the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeliveryStatus,DeliveryStatus
-
lastErrorCode
ConfigExportDeliveryInfo.Builder lastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
- Parameters:
lastErrorCode- The error code from the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastErrorMessage
ConfigExportDeliveryInfo.Builder lastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
- Parameters:
lastErrorMessage- The error message from the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAttemptTime
ConfigExportDeliveryInfo.Builder lastAttemptTime(Instant lastAttemptTime)
The time of the last attempted delivery.
- Parameters:
lastAttemptTime- The time of the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSuccessfulTime
ConfigExportDeliveryInfo.Builder lastSuccessfulTime(Instant lastSuccessfulTime)
The time of the last successful delivery.
- Parameters:
lastSuccessfulTime- The time of the last successful delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextDeliveryTime
ConfigExportDeliveryInfo.Builder nextDeliveryTime(Instant nextDeliveryTime)
The time that the next delivery occurs.
- Parameters:
nextDeliveryTime- The time that the next delivery occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-