public static interface ListDashboardsRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
ListDashboardsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListDashboardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDashboardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDashboardsRequest.Builder |
projectId(String projectId)
The ID of the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDashboardsRequest.Builder projectId(String projectId)
The ID of the project.
projectId - The ID of the project.ListDashboardsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListDashboardsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
Default: 50
maxResults - The maximum number of results to return for each paginated request.
Default: 50
ListDashboardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDashboardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.