public static interface UpdateDashboardPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>
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 method that creates an instance of theResourcePermission.Builder avoiding the need to
create one manually via ResourcePermission.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #permissions(List.
permissions - a consumer that will call methods on
ResourcePermission.Builder#permissions(java.util.Collection) UpdateDashboardPermissionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.UpdateDashboardPermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.UpdateDashboardPermissionsResponse.Builder linkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
linkSharingConfiguration - Updates the permissions of a shared link to an Amazon QuickSight dashboard.default UpdateDashboardPermissionsResponse.Builder linkSharingConfiguration(Consumer<LinkSharingConfiguration.Builder> linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
This is a convenience method that creates an instance of theLinkSharingConfiguration.Builder
avoiding the need to create one manually via LinkSharingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to linkSharingConfiguration(LinkSharingConfiguration).
linkSharingConfiguration - a consumer that will call methods on LinkSharingConfiguration.BuilderlinkSharingConfiguration(LinkSharingConfiguration)Copyright © 2023. All rights reserved.