public static interface UpdateAnalysisPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnalysisPermissionsResponse.Builder,UpdateAnalysisPermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateAnalysisPermissionsResponse.Builder |
analysisArn(String analysisArn)
The Amazon Resource Name (ARN) of the analysis that you updated.
|
UpdateAnalysisPermissionsResponse.Builder |
analysisId(String analysisId)
The ID of the analysis that you updated permissions for.
|
UpdateAnalysisPermissionsResponse.Builder |
permissions(Collection<ResourcePermission> permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
|
UpdateAnalysisPermissionsResponse.Builder |
permissions(Consumer<ResourcePermission.Builder>... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
|
UpdateAnalysisPermissionsResponse.Builder |
permissions(ResourcePermission... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
|
UpdateAnalysisPermissionsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateAnalysisPermissionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAnalysisPermissionsResponse.Builder analysisArn(String analysisArn)
The Amazon Resource Name (ARN) of the analysis that you updated.
analysisArn - The Amazon Resource Name (ARN) of the analysis that you updated.UpdateAnalysisPermissionsResponse.Builder analysisId(String analysisId)
The ID of the analysis that you updated permissions for.
analysisId - The ID of the analysis that you updated permissions for.UpdateAnalysisPermissionsResponse.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.UpdateAnalysisPermissionsResponse.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.UpdateAnalysisPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions)
A structure that describes the principals and the resource-level permissions on an analysis.
This is a convenience method that creates an instance of theResourcePermission.Builder avoiding the need to
create one manually via ResourcePermission.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #permissions(List.
permissions - a consumer that will call methods on
ResourcePermission.Builder#permissions(java.util.Collection) UpdateAnalysisPermissionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.UpdateAnalysisPermissionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.