public static interface ListDashboardsRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsRequest.Builder |
dashboardNamePrefix(String dashboardNamePrefix)
If you specify this parameter, only the dashboards with names starting with the specified string are listed.
|
ListDashboardsRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
|
ListDashboardsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDashboardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDashboardsRequest.Builder dashboardNamePrefix(String dashboardNamePrefix)
If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".
dashboardNamePrefix - If you specify this parameter, only the dashboards with names starting with the specified string are
listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".ListDashboardsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken - The token returned by a previous call to indicate that there is more data available.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.