public static interface DescribeAnalysisPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisPermissionsResponse.Builder,DescribeAnalysisPermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAnalysisPermissionsResponse.Builder |
analysisArn(String analysisArn)
The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.
|
DescribeAnalysisPermissionsResponse.Builder |
analysisId(String analysisId)
The ID of the analysis whose permissions you're describing.
|
DescribeAnalysisPermissionsResponse.Builder |
permissions(Collection<ResourcePermission> permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
|
DescribeAnalysisPermissionsResponse.Builder |
permissions(Consumer<ResourcePermission.Builder>... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
|
DescribeAnalysisPermissionsResponse.Builder |
permissions(ResourcePermission... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
|
DescribeAnalysisPermissionsResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeAnalysisPermissionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAnalysisPermissionsResponse.Builder analysisId(String analysisId)
The ID of the analysis whose permissions you're describing.
analysisId - The ID of the analysis whose permissions you're describing.DescribeAnalysisPermissionsResponse.Builder analysisArn(String analysisArn)
The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.
analysisArn - The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.DescribeAnalysisPermissionsResponse.Builder permissions(Collection<ResourcePermission> permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
permissions - A structure that describes the principals and the resource-level permissions on an analysis.DescribeAnalysisPermissionsResponse.Builder permissions(ResourcePermission... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
permissions - A structure that describes the principals and the resource-level permissions on an analysis.DescribeAnalysisPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
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) DescribeAnalysisPermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.DescribeAnalysisPermissionsResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.