public static interface ListTrafficDistributionGroupUsersRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListTrafficDistributionGroupUsersRequest.Builder,ListTrafficDistributionGroupUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTrafficDistributionGroupUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListTrafficDistributionGroupUsersRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListTrafficDistributionGroupUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTrafficDistributionGroupUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTrafficDistributionGroupUsersRequest.Builder |
trafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrafficDistributionGroupUsersRequest.Builder trafficDistributionGroupId(String trafficDistributionGroupId)
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
trafficDistributionGroupId - The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being
called in the Region where the traffic distribution group was created. The ARN must be provided if the
call is from the replicated Region.ListTrafficDistributionGroupUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListTrafficDistributionGroupUsersRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListTrafficDistributionGroupUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTrafficDistributionGroupUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.