public static interface GetSchemaAnalysisRuleRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<GetSchemaAnalysisRuleRequest.Builder,GetSchemaAnalysisRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSchemaAnalysisRuleRequest.Builder |
collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.
|
GetSchemaAnalysisRuleRequest.Builder |
name(String name)
The name of the schema to retrieve the analysis rule for.
|
GetSchemaAnalysisRuleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSchemaAnalysisRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSchemaAnalysisRuleRequest.Builder |
type(AnalysisRuleType type)
The type of the schema analysis rule to retrieve.
|
GetSchemaAnalysisRuleRequest.Builder |
type(String type)
The type of the schema analysis rule to retrieve.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSchemaAnalysisRuleRequest.Builder collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the schema belongs to. Currently accepts a
collaboration ID.GetSchemaAnalysisRuleRequest.Builder name(String name)
The name of the schema to retrieve the analysis rule for.
name - The name of the schema to retrieve the analysis rule for.GetSchemaAnalysisRuleRequest.Builder type(String type)
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
type - The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a
combination of the collaboration, the schema name, and their type.AnalysisRuleType,
AnalysisRuleTypeGetSchemaAnalysisRuleRequest.Builder type(AnalysisRuleType type)
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
type - The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a
combination of the collaboration, the schema name, and their type.AnalysisRuleType,
AnalysisRuleTypeGetSchemaAnalysisRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSchemaAnalysisRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.