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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateAnalysisPermissionsResponse.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 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)
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 © 2022. All rights reserved.