Interface UpdateDashboardPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDashboardPermissionsResponse
@Mutable @NotThreadSafe public static interface UpdateDashboardPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardPermissionsResponse.Builder,UpdateDashboardPermissionsResponse>
-
-
Method Summary
-
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
-
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.Builderavoiding the need to create one manually viaResourcePermission.builder().When the
Consumercompletes,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 QuickSight dashboard.
- Parameters:
linkSharingConfiguration- Updates the permissions of a shared link to an 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 QuickSight dashboard.
This is a convenience method that creates an instance of theLinkSharingConfiguration.Builderavoiding the need to create one manually viaLinkSharingConfiguration.builder().When the
Consumercompletes,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)
-
-