Interface AnalysisLogExportError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisLogExportError.Builder,,AnalysisLogExportError> SdkBuilder<AnalysisLogExportError.Builder,,AnalysisLogExportError> SdkPojo
- Enclosing class:
AnalysisLogExportError
@Mutable
@NotThreadSafe
public static interface AnalysisLogExportError.Builder
extends SdkPojo, CopyableBuilder<AnalysisLogExportError.Builder,AnalysisLogExportError>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the analysis log export.The message for the analysis log export error.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
-
code
The error code for the analysis log export.
- Parameters:
code- The error code for the analysis log export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
The message for the analysis log export error.
- Parameters:
message- The message for the analysis log export error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-