Interface UpdateDashboardsQaConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateDashboardsQaConfigurationResponse.Builder,
,UpdateDashboardsQaConfigurationResponse> QuickSightResponse.Builder
,SdkBuilder<UpdateDashboardsQaConfigurationResponse.Builder,
,UpdateDashboardsQaConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateDashboardsQaConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateDashboardsQaConfigurationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardsQaConfigurationResponse.Builder,UpdateDashboardsQaConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardsQAStatus
(String dashboardsQAStatus) A value that indicates whether the dashboard QA configuration is enabled or not.dashboardsQAStatus
(DashboardsQAStatus dashboardsQAStatus) A value that indicates whether the dashboard QA configuration is enabled or not.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dashboardsQAStatus
A value that indicates whether the dashboard QA configuration is enabled or not.
- Parameters:
dashboardsQAStatus
- A value that indicates whether the dashboard QA configuration is enabled or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dashboardsQAStatus
UpdateDashboardsQaConfigurationResponse.Builder dashboardsQAStatus(DashboardsQAStatus dashboardsQAStatus) A value that indicates whether the dashboard QA configuration is enabled or not.
- Parameters:
dashboardsQAStatus
- A value that indicates whether the dashboard QA configuration is enabled or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-