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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LastReportGenerationExecutionError.BuildererrorCode(String errorCode)The error code for the error that is returned when a usage report can't be generated.LastReportGenerationExecutionError.BuildererrorCode(UsageReportExecutionErrorCode errorCode)The error code for the error that is returned when a usage report can't be generated.LastReportGenerationExecutionError.BuildererrorMessage(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
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 Detail
-
errorCode
LastReportGenerationExecutionError.Builder errorCode(String 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:
UsageReportExecutionErrorCode,UsageReportExecutionErrorCode
-
errorCode
LastReportGenerationExecutionError.Builder errorCode(UsageReportExecutionErrorCode 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:
UsageReportExecutionErrorCode,UsageReportExecutionErrorCode
-
errorMessage
LastReportGenerationExecutionError.Builder errorMessage(String 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.
-
-