Interface GetConfiguredTableAnalysisRuleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<GetConfiguredTableAnalysisRuleResponse.Builder,
,GetConfiguredTableAnalysisRuleResponse> SdkBuilder<GetConfiguredTableAnalysisRuleResponse.Builder,
,GetConfiguredTableAnalysisRuleResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetConfiguredTableAnalysisRuleResponse
@Mutable
@NotThreadSafe
public static interface GetConfiguredTableAnalysisRuleResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAnalysisRuleResponse.Builder,GetConfiguredTableAnalysisRuleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisRule
(Consumer<ConfiguredTableAnalysisRule.Builder> analysisRule) The entire analysis rule output.analysisRule
(ConfiguredTableAnalysisRule analysisRule) The entire analysis rule output.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
analysisRule
GetConfiguredTableAnalysisRuleResponse.Builder analysisRule(ConfiguredTableAnalysisRule analysisRule) The entire analysis rule output.
- Parameters:
analysisRule
- The entire analysis rule output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisRule
default GetConfiguredTableAnalysisRuleResponse.Builder analysisRule(Consumer<ConfiguredTableAnalysisRule.Builder> analysisRule) The entire analysis rule output.
This is a convenience method that creates an instance of theConfiguredTableAnalysisRule.Builder
avoiding the need to create one manually viaConfiguredTableAnalysisRule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysisRule(ConfiguredTableAnalysisRule)
.- Parameters:
analysisRule
- a consumer that will call methods onConfiguredTableAnalysisRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-