Interface UpdateDashboardResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDashboardResponse.Builder,UpdateDashboardResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateDashboardResponse.Builder,UpdateDashboardResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDashboardResponse
@Mutable @NotThreadSafe public static interface UpdateDashboardResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardResponse.Builder,UpdateDashboardResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDashboardResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the resource.UpdateDashboardResponse.BuildercreationStatus(String creationStatus)The creation status of the request.UpdateDashboardResponse.BuildercreationStatus(ResourceStatus creationStatus)The creation status of the request.UpdateDashboardResponse.BuilderdashboardId(String dashboardId)The ID for the dashboard.UpdateDashboardResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateDashboardResponse.Builderstatus(Integer status)The HTTP status of the request.UpdateDashboardResponse.BuilderversionArn(String versionArn)The ARN of the dashboard, including the version number.-
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 Detail
-
arn
UpdateDashboardResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
- Parameters:
arn- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionArn
UpdateDashboardResponse.Builder versionArn(String versionArn)
The ARN of the dashboard, including the version number.
- Parameters:
versionArn- The ARN of the dashboard, including the version number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
UpdateDashboardResponse.Builder dashboardId(String 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.
-
creationStatus
UpdateDashboardResponse.Builder creationStatus(String creationStatus)
The creation status of the request.
- Parameters:
creationStatus- The creation status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
creationStatus
UpdateDashboardResponse.Builder creationStatus(ResourceStatus creationStatus)
The creation status of the request.
- Parameters:
creationStatus- The creation status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
status
UpdateDashboardResponse.Builder status(Integer 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
UpdateDashboardResponse.Builder requestId(String 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.
-
-