Interface StartDashboardRefreshRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<StartDashboardRefreshRequest.Builder,,StartDashboardRefreshRequest> SdkBuilder<StartDashboardRefreshRequest.Builder,,StartDashboardRefreshRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartDashboardRefreshRequest
@Mutable
@NotThreadSafe
public static interface StartDashboardRefreshRequest.Builder
extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<StartDashboardRefreshRequest.Builder,StartDashboardRefreshRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardId(String dashboardId) The name or ARN of the dashboard.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.queryParameterValues(Map<String, String> queryParameterValues) The query parameter values for the dashboardMethods 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
-
dashboardId
The name or ARN of the dashboard.
- Parameters:
dashboardId- The name or ARN of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryParameterValues
The query parameter values for the dashboard
For custom dashboards, the following query parameters are valid:
$StartTime$,$EndTime$, and$Period$.For managed dashboards, the following query parameters are valid:
$StartTime$,$EndTime$,$Period$, and$EventDataStoreId$. The$EventDataStoreId$query parameter is required.- Parameters:
queryParameterValues- The query parameter values for the dashboardFor custom dashboards, the following query parameters are valid:
$StartTime$,$EndTime$, and$Period$.For managed dashboards, the following query parameters are valid:
$StartTime$,$EndTime$,$Period$, and$EventDataStoreId$. The$EventDataStoreId$query parameter is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDashboardRefreshRequest.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
StartDashboardRefreshRequest.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.
-