Interface ListSipRulesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- ChimeSdkVoiceRequest.Builder,- CopyableBuilder<ListSipRulesRequest.Builder,,- ListSipRulesRequest> - SdkBuilder<ListSipRulesRequest.Builder,,- ListSipRulesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListSipRulesRequest
@Mutable
@NotThreadSafe
public static interface ListSipRulesRequest.Builder
extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<ListSipRulesRequest.Builder,ListSipRulesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to return in a single call.The token used to return the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sipMediaApplicationId(String sipMediaApplicationId) The SIP media application ID.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sipMediaApplicationIdThe SIP media application ID. - Parameters:
- sipMediaApplicationId- The SIP media application ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of results to return in a single call. Defaults to 100. - Parameters:
- maxResults- The maximum number of results to return in a single call. Defaults to 100.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe token used to return the next page of results. - Parameters:
- nextToken- The token used to return the next page of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListSipRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListSipRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-