public static interface ListViewsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListViewsRequest.Builder,ListViewsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListViewsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListViewsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListViewsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListViewsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListViewsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListViewsRequest.Builder |
type(String type)
The type of the view.
|
ListViewsRequest.Builder |
type(ViewType type)
The type of the view.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListViewsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListViewsRequest.Builder type(String type)
The type of the view.
ListViewsRequest.Builder type(ViewType type)
The type of the view.
ListViewsRequest.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.ListViewsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page. The default MaxResult size is 100.
maxResults - The maximum number of results to return per page. The default MaxResult size is 100.ListViewsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListViewsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.