Interface BatchGetSchemaAnalysisRuleError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetSchemaAnalysisRuleError.Builder,
,BatchGetSchemaAnalysisRuleError> SdkBuilder<BatchGetSchemaAnalysisRuleError.Builder,
,BatchGetSchemaAnalysisRuleError> SdkPojo
- Enclosing class:
BatchGetSchemaAnalysisRuleError
@Mutable
@NotThreadSafe
public static interface BatchGetSchemaAnalysisRuleError.Builder
extends SdkPojo, CopyableBuilder<BatchGetSchemaAnalysisRuleError.Builder,BatchGetSchemaAnalysisRuleError>
-
Method Summary
Modifier and TypeMethodDescriptionAn error code for the error.A description of why the call failed.An error name for the error.The analysis rule type.type
(AnalysisRuleType type) The analysis rule type.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 Details
-
name
An error name for the error.
- Parameters:
name
- An error name for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The analysis rule type.
- Parameters:
type
- The analysis rule type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The analysis rule type.
- Parameters:
type
- The analysis rule type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
An error code for the error.
- Parameters:
code
- An error code for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A description of why the call failed.
- Parameters:
message
- A description of why the call failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-