public static interface CreateConfiguredTableAnalysisRuleResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<CreateConfiguredTableAnalysisRuleResponse.Builder,CreateConfiguredTableAnalysisRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateConfiguredTableAnalysisRuleResponse.Builder |
analysisRule(ConfiguredTableAnalysisRule analysisRule)
The entire created analysis rule.
|
default CreateConfiguredTableAnalysisRuleResponse.Builder |
analysisRule(Consumer<ConfiguredTableAnalysisRule.Builder> analysisRule)
The entire created analysis rule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfiguredTableAnalysisRuleResponse.Builder analysisRule(ConfiguredTableAnalysisRule analysisRule)
The entire created analysis rule.
analysisRule - The entire created analysis rule.default CreateConfiguredTableAnalysisRuleResponse.Builder analysisRule(Consumer<ConfiguredTableAnalysisRule.Builder> analysisRule)
The entire created analysis rule.
This is a convenience method that creates an instance of theConfiguredTableAnalysisRule.Builder
avoiding the need to create one manually via ConfiguredTableAnalysisRule.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to analysisRule(ConfiguredTableAnalysisRule).
analysisRule - a consumer that will call methods on ConfiguredTableAnalysisRule.BuilderanalysisRule(ConfiguredTableAnalysisRule)Copyright © 2023. All rights reserved.