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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListDashboardsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListDashboardsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.