public static interface ListAppInstanceUserEndpointsRequest.Builder extends ChimeSdkIdentityRequest.Builder, SdkPojo, CopyableBuilder<ListAppInstanceUserEndpointsRequest.Builder,ListAppInstanceUserEndpointsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppInstanceUserEndpointsRequest.Builder |
appInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
ListAppInstanceUserEndpointsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of endpoints that you want to return.
|
ListAppInstanceUserEndpointsRequest.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested endpoints are returned.
|
ListAppInstanceUserEndpointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppInstanceUserEndpointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppInstanceUserEndpointsRequest.Builder appInstanceUserArn(String appInstanceUserArn)
The ARN of the AppInstanceUser.
appInstanceUserArn - The ARN of the AppInstanceUser.ListAppInstanceUserEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of endpoints that you want to return.
maxResults - The maximum number of endpoints that you want to return.ListAppInstanceUserEndpointsRequest.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested endpoints are returned.
nextToken - The token passed by previous API calls until all requested endpoints are returned.ListAppInstanceUserEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppInstanceUserEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.