public static interface DescribeDashboardPermissionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeDashboardPermissionsRequest.Builder,DescribeDashboardPermissionsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeDashboardPermissionsRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the dashboard that you're describing permissions
for.
|
DescribeDashboardPermissionsRequest.Builder |
dashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
|
DescribeDashboardPermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDashboardPermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDashboardPermissionsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account; that contains the dashboard that you're describing permissions for.
awsAccountId
- The ID of the Amazon Web Services account; that contains the dashboard that you're describing
permissions for.DescribeDashboardPermissionsRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
dashboardId
- The ID for the dashboard, also added to the IAM policy.DescribeDashboardPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeDashboardPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.