Interface DeleteDashboardResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteDashboardResponse.Builder,DeleteDashboardResponse>,QuickSightResponse.Builder,SdkBuilder<DeleteDashboardResponse.Builder,DeleteDashboardResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteDashboardResponse
@Mutable @NotThreadSafe public static interface DeleteDashboardResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteDashboardResponse.Builder,DeleteDashboardResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDashboardResponse.Builderarn(String arn)The Secure Socket Layer (SSL) properties that apply for the resource.DeleteDashboardResponse.BuilderdashboardId(String dashboardId)The ID of the dashboard.DeleteDashboardResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DeleteDashboardResponse.Builderstatus(Integer status)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 Detail
-
status
DeleteDashboardResponse.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.
-
arn
DeleteDashboardResponse.Builder arn(String arn)
The Secure Socket Layer (SSL) properties that apply for the resource.
- Parameters:
arn- The Secure Socket Layer (SSL) properties that apply for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
DeleteDashboardResponse.Builder dashboardId(String dashboardId)
The ID of the dashboard.
- Parameters:
dashboardId- The ID of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
DeleteDashboardResponse.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.
-
-