Interface LastReportGenerationExecutionError.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LastReportGenerationExecutionError.Builder,,LastReportGenerationExecutionError> SdkBuilder<LastReportGenerationExecutionError.Builder,,LastReportGenerationExecutionError> SdkPojo
- Enclosing class:
 LastReportGenerationExecutionError
public static interface LastReportGenerationExecutionError.Builder
extends SdkPojo, CopyableBuilder<LastReportGenerationExecutionError.Builder,LastReportGenerationExecutionError> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code for the error that is returned when a usage report can't be generated.errorCode(UsageReportExecutionErrorCode errorCode) The error code for the error that is returned when a usage report can't be generated.errorMessage(String errorMessage) The error message for the error that is returned when a usage report can't be generated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
errorCode
The error code for the error that is returned when a usage report can't be generated.
- Parameters:
 errorCode- The error code for the error that is returned when a usage report can't be generated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorCode
The error code for the error that is returned when a usage report can't be generated.
- Parameters:
 errorCode- The error code for the error that is returned when a usage report can't be generated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
errorMessage
The error message for the error that is returned when a usage report can't be generated.
- Parameters:
 errorMessage- The error message for the error that is returned when a usage report can't be generated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -