Interface ListDashboardsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchRequest.Builder,CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>,SdkBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDashboardsRequest
public static interface ListDashboardsRequest.Builder extends CloudWatchRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDashboardsRequest.BuilderdashboardNamePrefix(String dashboardNamePrefix)If you specify this parameter, only the dashboards with names starting with the specified string are listed.ListDashboardsRequest.BuildernextToken(String nextToken)The token returned by a previous call to indicate that there is more data available.ListDashboardsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDashboardsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatch.model.CloudWatchRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dashboardNamePrefix
ListDashboardsRequest.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 "_".
- Parameters:
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 "_".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDashboardsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
- Parameters:
nextToken- The token returned by a previous call to indicate that there is more data available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDashboardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDashboardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-