Interface UpdateDashboardPublishedVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateDashboardPublishedVersionResponse.Builder,
,UpdateDashboardPublishedVersionResponse> QuickSightResponse.Builder
,SdkBuilder<UpdateDashboardPublishedVersionResponse.Builder,
,UpdateDashboardPublishedVersionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateDashboardPublishedVersionResponse
public static interface UpdateDashboardPublishedVersionResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardPublishedVersionResponse.Builder,UpdateDashboardPublishedVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardArn
(String dashboardArn) The Amazon Resource Name (ARN) of the dashboard.dashboardId
(String dashboardId) The ID for the dashboard.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dashboardId
The ID for the dashboard.
- Parameters:
dashboardId
- The ID for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardArn
The Amazon Resource Name (ARN) of the dashboard.
- Parameters:
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.- 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.
-
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.
-