Interface UpdateDashboardPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>
,QuickSightResponse.Builder
,SdkBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- UpdateDashboardPermissionsResponse
public static interface UpdateDashboardPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateDashboardPermissionsResponse.Builder
dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.UpdateDashboardPermissionsResponse.Builder
dashboardId(String dashboardId)
The ID for the dashboard.default UpdateDashboardPermissionsResponse.Builder
linkSharingConfiguration(Consumer<LinkSharingConfiguration.Builder> linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.UpdateDashboardPermissionsResponse.Builder
linkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight 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 Amazon Web Services request ID for this operation.UpdateDashboardPermissionsResponse.Builder
status(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dashboardArn
UpdateDashboardPermissionsResponse.Builder dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
- Parameters:
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
UpdateDashboardPermissionsResponse.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.
-
permissions
UpdateDashboardPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
Information about the permissions on the dashboard.
- Parameters:
permissions
- Information about the permissions on the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
UpdateDashboardPermissionsResponse.Builder permissions(ResourcePermission... permissions)
Information about the permissions on the dashboard.
- Parameters:
permissions
- Information about the permissions on the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
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 viaResourcePermission.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#permissions(List
.) - Parameters:
permissions
- a consumer that will call methods onResourcePermission.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#permissions(java.util.Collection
)
-
requestId
UpdateDashboardPermissionsResponse.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.
-
status
UpdateDashboardPermissionsResponse.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.
-
linkSharingConfiguration
UpdateDashboardPermissionsResponse.Builder linkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
- Parameters:
linkSharingConfiguration
- Updates the permissions of a shared link to an Amazon QuickSight dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkSharingConfiguration
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 viaLinkSharingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolinkSharingConfiguration(LinkSharingConfiguration)
.- Parameters:
linkSharingConfiguration
- a consumer that will call methods onLinkSharingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
linkSharingConfiguration(LinkSharingConfiguration)
-
-