Interface DescribeDashboardPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDashboardPermissionsResponse.Builder,DescribeDashboardPermissionsResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeDashboardPermissionsResponse.Builder,DescribeDashboardPermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDashboardPermissionsResponse
public static interface DescribeDashboardPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDashboardPermissionsResponse.Builder,DescribeDashboardPermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeDashboardPermissionsResponse.BuilderdashboardArn(String dashboardArn)The Amazon Resource Name (ARN) of the dashboard.DescribeDashboardPermissionsResponse.BuilderdashboardId(String dashboardId)The ID for the dashboard.default DescribeDashboardPermissionsResponse.BuilderlinkSharingConfiguration(Consumer<LinkSharingConfiguration.Builder> linkSharingConfiguration)A structure that contains the configuration of a shareable link that grants access to the dashboard.DescribeDashboardPermissionsResponse.BuilderlinkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)A structure that contains the configuration of a shareable link that grants access to the dashboard.DescribeDashboardPermissionsResponse.Builderpermissions(Collection<ResourcePermission> permissions)A structure that contains the permissions for the dashboard.DescribeDashboardPermissionsResponse.Builderpermissions(Consumer<ResourcePermission.Builder>... permissions)A structure that contains the permissions for the dashboard.DescribeDashboardPermissionsResponse.Builderpermissions(ResourcePermission... permissions)A structure that contains the permissions for the dashboard.DescribeDashboardPermissionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeDashboardPermissionsResponse.Builderstatus(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
-
dashboardId
DescribeDashboardPermissionsResponse.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.
-
dashboardArn
DescribeDashboardPermissionsResponse.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.
-
permissions
DescribeDashboardPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A structure that contains the permissions for the dashboard.
- Parameters:
permissions- A structure that contains the permissions for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeDashboardPermissionsResponse.Builder permissions(ResourcePermission... permissions)
A structure that contains the permissions for the dashboard.
- Parameters:
permissions- A structure that contains the permissions for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
DescribeDashboardPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A structure that contains the permissions for 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)
-
status
DescribeDashboardPermissionsResponse.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.
-
requestId
DescribeDashboardPermissionsResponse.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.
-
linkSharingConfiguration
DescribeDashboardPermissionsResponse.Builder linkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.
- Parameters:
linkSharingConfiguration- A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkSharingConfiguration
default DescribeDashboardPermissionsResponse.Builder linkSharingConfiguration(Consumer<LinkSharingConfiguration.Builder> linkSharingConfiguration)
A structure that contains the configuration of a shareable link that grants access to the dashboard. Your users can use the link to view and interact with the dashboard, if the dashboard has been shared with them. For more information about sharing dashboards, see Sharing Dashboards.
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)
-
-