Interface SchemaAnalysisRuleRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SchemaAnalysisRuleRequest.Builder,
,SchemaAnalysisRuleRequest> SdkBuilder<SchemaAnalysisRuleRequest.Builder,
,SchemaAnalysisRuleRequest> SdkPojo
- Enclosing class:
SchemaAnalysisRuleRequest
@Mutable
@NotThreadSafe
public static interface SchemaAnalysisRuleRequest.Builder
extends SdkPojo, CopyableBuilder<SchemaAnalysisRuleRequest.Builder,SchemaAnalysisRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the analysis rule schema that you are requesting.The type of analysis rule schema that you are requesting.type
(AnalysisRuleType type) The type of analysis rule schema that you are requesting.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
The name of the analysis rule schema that you are requesting.
- Parameters:
name
- The name of the analysis rule schema that you are requesting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of analysis rule schema that you are requesting.
- Parameters:
type
- The type of analysis rule schema that you are requesting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of analysis rule schema that you are requesting.
- Parameters:
type
- The type of analysis rule schema that you are requesting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-