public static interface DescribeDashboardPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDashboardPermissionsResponse.Builder,DescribeDashboardPermissionsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardPermissionsResponse.Builder dashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.DescribeDashboardPermissionsResponse.Builder dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn - The Amazon Resource Name (ARN) of the dashboard.DescribeDashboardPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A structure that contains the permissions for the dashboard.
permissions - A structure that contains the permissions for the dashboard.DescribeDashboardPermissionsResponse.Builder permissions(ResourcePermission... permissions)
A structure that contains the permissions for the dashboard.
permissions - A structure that contains the permissions for the dashboard.DescribeDashboardPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A structure that contains the permissions for 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) DescribeDashboardPermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeDashboardPermissionsResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.