public static interface CreateSipRuleResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<CreateSipRuleResponse.Builder,CreateSipRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateSipRuleResponse.Builder |
sipRule(Consumer<SipRule.Builder> sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
|
CreateSipRuleResponse.Builder |
sipRule(SipRule sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSipRuleResponse.Builder sipRule(SipRule sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
sipRule - The SIP rule information, including the rule ID, triggers, and target applications.default CreateSipRuleResponse.Builder sipRule(Consumer<SipRule.Builder> sipRule)
The SIP rule information, including the rule ID, triggers, and target applications.
This is a convenience method that creates an instance of theSipRule.Builder avoiding the need to
create one manually via SipRule.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sipRule(SipRule).
sipRule - a consumer that will call methods on SipRule.BuildersipRule(SipRule)Copyright © 2023. All rights reserved.