public static interface UpdateDashboardPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDashboardPermissionsResponse.Builder |
dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
UpdateDashboardPermissionsResponse.Builder |
dashboardId(String dashboardId)
The ID for the dashboard.
|
UpdateDashboardPermissionsResponse.Builder |
permissions(Collection<ResourcePermission> permissions)
Information about the permissions on the dashboard.
|
UpdateDashboardPermissionsResponse.Builder |
permissions(Consumer<ResourcePermission.Builder>... permissions)
Information about the permissions on the dashboard.
|
UpdateDashboardPermissionsResponse.Builder |
permissions(ResourcePermission... permissions)
Information about the permissions on the dashboard.
|
UpdateDashboardPermissionsResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
UpdateDashboardPermissionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDashboardPermissionsResponse.Builder dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn - The Amazon Resource Name (ARN) of the dashboard.UpdateDashboardPermissionsResponse.Builder dashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.UpdateDashboardPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
Information about the permissions on the dashboard.
permissions - Information about the permissions on the dashboard.UpdateDashboardPermissionsResponse.Builder permissions(ResourcePermission... permissions)
Information about the permissions on the dashboard.
permissions - Information about the permissions on the dashboard.UpdateDashboardPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
Information about the permissions on the dashboard.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #permissions(List) .permissions - a consumer that will call methods on List.Builder #permissions(List) UpdateDashboardPermissionsResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.UpdateDashboardPermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.