public static interface ListDashboardsRequest.Builder extends CloudWatchRequest.Builder, 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)
Add an optional request override configuration.
|
ListDashboardsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDashboardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.