Interface ListDashboardsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>,SdkBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDashboardsRequest
public static interface ListDashboardsRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDashboardsRequest.BuildermaxResults(Integer maxResults)The maximum number of dashboards to display on a single page.ListDashboardsRequest.BuildernamePrefix(String namePrefix)Specify a name prefix to filter on.ListDashboardsRequest.BuildernextToken(String nextToken)A token you can use to get the next page of dashboard results.ListDashboardsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDashboardsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDashboardsRequest.Buildertype(String type)Specify a dashboard type to filter on:CUSTOMorMANAGED.ListDashboardsRequest.Buildertype(DashboardType type)Specify a dashboard type to filter on:CUSTOMorMANAGED.-
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 Detail
-
namePrefix
ListDashboardsRequest.Builder namePrefix(String 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
ListDashboardsRequest.Builder type(String 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:
DashboardType,DashboardType
-
type
ListDashboardsRequest.Builder type(DashboardType 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:
DashboardType,DashboardType
-
nextToken
ListDashboardsRequest.Builder nextToken(String 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
ListDashboardsRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDashboardsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-