Interface UpdateSipRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<UpdateSipRuleRequest.Builder,UpdateSipRuleRequest>,SdkBuilder<UpdateSipRuleRequest.Builder,UpdateSipRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSipRuleRequest
public static interface UpdateSipRuleRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateSipRuleRequest.Builder,UpdateSipRuleRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
sipRuleId
UpdateSipRuleRequest.Builder sipRuleId(String sipRuleId)
The SIP rule ID.
- Parameters:
sipRuleId- The SIP rule ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateSipRuleRequest.Builder name(String name)
The new name for the specified SIP rule.
- Parameters:
name- The new name for the specified SIP rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disabled
UpdateSipRuleRequest.Builder disabled(Boolean disabled)
The new value specified to indicate whether the rule is disabled.
- Parameters:
disabled- The new value specified to indicate whether the rule is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetApplications
UpdateSipRuleRequest.Builder targetApplications(Collection<SipRuleTargetApplication> targetApplications)
The new value of the list of target applications.
- Parameters:
targetApplications- The new value of the list of target applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetApplications
UpdateSipRuleRequest.Builder targetApplications(SipRuleTargetApplication... targetApplications)
The new value of the list of target applications.
- Parameters:
targetApplications- The new value of the list of target applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetApplications
UpdateSipRuleRequest.Builder targetApplications(Consumer<SipRuleTargetApplication.Builder>... targetApplications)
The new value of the list of target applications.
This is a convenience method that creates an instance of theSipRuleTargetApplication.Builderavoiding the need to create one manually viaSipRuleTargetApplication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#targetApplications(List.) - Parameters:
targetApplications- a consumer that will call methods onSipRuleTargetApplication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#targetApplications(java.util.Collection)
-
overrideConfiguration
UpdateSipRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSipRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-