public static interface DescribeRuleResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeRuleResponse.Builder,DescribeRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeRuleResponse.Builder |
rule(Consumer<Rule.Builder> rule)
Information about the rule.
|
DescribeRuleResponse.Builder |
rule(Rule rule)
Information about the rule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRuleResponse.Builder rule(Rule rule)
Information about the rule.
rule - Information about the rule.default DescribeRuleResponse.Builder rule(Consumer<Rule.Builder> rule)
Information about the rule.
This is a convenience method that creates an instance of theRule.Builder avoiding the need to create
one manually via Rule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to rule(Rule).
rule - a consumer that will call methods on Rule.Builderrule(Rule)Copyright © 2023. All rights reserved.