Interface ConfigStreamDeliveryInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ConfigStreamDeliveryInfo.Builder,,- ConfigStreamDeliveryInfo> - SdkBuilder<ConfigStreamDeliveryInfo.Builder,,- ConfigStreamDeliveryInfo> - SdkPojo
- Enclosing class:
- ConfigStreamDeliveryInfo
- 
Method SummaryModifier and TypeMethodDescriptionlastErrorCode(String lastErrorCode) The error code from the last attempted delivery.lastErrorMessage(String lastErrorMessage) The error message from the last attempted delivery.lastStatus(String lastStatus) Status of the last attempted delivery.lastStatus(DeliveryStatus lastStatus) Status of the last attempted delivery.lastStatusChangeTime(Instant lastStatusChangeTime) The time from the last status change.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- 
lastStatusStatus of the last attempted delivery. Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable. - Parameters:
- lastStatus- Status of the last attempted delivery.- Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastStatusStatus of the last attempted delivery. Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable. - Parameters:
- lastStatus- Status of the last attempted delivery.- Note Providing an SNS topic on a DeliveryChannel for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastErrorCodeThe 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.
 
- 
lastErrorMessageThe 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.
 
- 
lastStatusChangeTimeThe time from the last status change. - Parameters:
- lastStatusChangeTime- The time from the last status change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-