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:CUSTOMorMANAGED.type(DashboardType type) Specify a dashboard type to filter on:CUSTOMorMANAGED.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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:
CUSTOMorMANAGED.- Parameters:
type- Specify a dashboard type to filter on:CUSTOMorMANAGED.- 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:
CUSTOMorMANAGED.- Parameters:
type- Specify a dashboard type to filter on:CUSTOMorMANAGED.- 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-