Interface FailedReportOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FailedReportOutput.Builder,,FailedReportOutput> SdkBuilder<FailedReportOutput.Builder,,FailedReportOutput> SdkPojo
- Enclosing class:
FailedReportOutput
@Mutable
@NotThreadSafe
public static interface FailedReportOutput.Builder
extends SdkPojo, CopyableBuilder<FailedReportOutput.Builder,FailedReportOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code describing why the report generation failed.errorCode(ReportGenerationErrorCode errorCode) The error code describing why the report generation failed.errorMessage(String errorMessage) The error message describing why the report generation failed.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 describing why the report generation failed.
- Parameters:
errorCode- The error code describing why the report generation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The error code describing why the report generation failed.
- Parameters:
errorCode- The error code describing why the report generation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The error message describing why the report generation failed.
- Parameters:
errorMessage- The error message describing why the report generation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-