Interface ListProxySessionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkVoiceRequest.Builder,CopyableBuilder<ListProxySessionsRequest.Builder,ListProxySessionsRequest>,SdkBuilder<ListProxySessionsRequest.Builder,ListProxySessionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListProxySessionsRequest
public static interface ListProxySessionsRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<ListProxySessionsRequest.Builder,ListProxySessionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProxySessionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListProxySessionsRequest.BuildernextToken(String nextToken)The token used to retrieve the next page of results.ListProxySessionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProxySessionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProxySessionsRequest.Builderstatus(String status)The proxy session status.ListProxySessionsRequest.Builderstatus(ProxySessionStatus status)The proxy session status.ListProxySessionsRequest.BuildervoiceConnectorId(String voiceConnectorId)The Voice Connector ID.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkvoice.model.ChimeSdkVoiceRequest.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
-
voiceConnectorId
ListProxySessionsRequest.Builder voiceConnectorId(String voiceConnectorId)
The Voice Connector ID.
- Parameters:
voiceConnectorId- The Voice Connector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListProxySessionsRequest.Builder status(String status)
The proxy session status.
- Parameters:
status- The proxy session status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProxySessionStatus,ProxySessionStatus
-
status
ListProxySessionsRequest.Builder status(ProxySessionStatus status)
The proxy session status.
- Parameters:
status- The proxy session status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProxySessionStatus,ProxySessionStatus
-
nextToken
ListProxySessionsRequest.Builder nextToken(String nextToken)
The token used to retrieve the next page of results.
- Parameters:
nextToken- The token used to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListProxySessionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListProxySessionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProxySessionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-