public static interface GetSchemaAnalysisRuleResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<GetSchemaAnalysisRuleResponse.Builder,GetSchemaAnalysisRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSchemaAnalysisRuleResponse.Builder |
analysisRule(AnalysisRule analysisRule)
A specification about how data from the configured table can be used.
|
default GetSchemaAnalysisRuleResponse.Builder |
analysisRule(Consumer<AnalysisRule.Builder> analysisRule)
A specification about how data from the configured table can be used.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSchemaAnalysisRuleResponse.Builder analysisRule(AnalysisRule analysisRule)
A specification about how data from the configured table can be used.
analysisRule - A specification about how data from the configured table can be used.default GetSchemaAnalysisRuleResponse.Builder analysisRule(Consumer<AnalysisRule.Builder> analysisRule)
A specification about how data from the configured table can be used.
This is a convenience method that creates an instance of theAnalysisRule.Builder avoiding the need
to create one manually via AnalysisRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to analysisRule(AnalysisRule).
analysisRule - a consumer that will call methods on AnalysisRule.BuilderanalysisRule(AnalysisRule)Copyright © 2023. All rights reserved.