Interface ListDashboardsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudTrailRequest.Builder
,CopyableBuilder<ListDashboardsRequest.Builder,
,ListDashboardsRequest> SdkBuilder<ListDashboardsRequest.Builder,
,ListDashboardsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDashboardsRequest
@Mutable
@NotThreadSafe
public static interface ListDashboardsRequest.Builder
extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of dashboards to display on a single page.namePrefix
(String namePrefix) Specify a name prefix to filter on.A token you can use to get the next page of dashboard results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specify a dashboard type to filter on:CUSTOM
orMANAGED
.type
(DashboardType type) Specify a dashboard type to filter on:CUSTOM
orMANAGED
.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.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, sdkFieldNameToField, sdkFields
-
Method Details
-
namePrefix
Specify a name prefix to filter on.
- Parameters:
namePrefix
- Specify a name prefix to filter on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Specify a dashboard type to filter on:
CUSTOM
orMANAGED
.- Parameters:
type
- Specify a dashboard type to filter on:CUSTOM
orMANAGED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specify a dashboard type to filter on:
CUSTOM
orMANAGED
.- Parameters:
type
- Specify a dashboard type to filter on:CUSTOM
orMANAGED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token you can use to get the next page of dashboard results.
- Parameters:
nextToken
- A token you can use to get the next page of dashboard results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of dashboards to display on a single page.
- Parameters:
maxResults
- The maximum number of dashboards to display on a single page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDashboardsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDashboardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-