Interface DescribeAnalysisPermissionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAnalysisPermissionsResponse.Builder,
,DescribeAnalysisPermissionsResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeAnalysisPermissionsResponse.Builder,
,DescribeAnalysisPermissionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAnalysisPermissionsResponse
public static interface DescribeAnalysisPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisPermissionsResponse.Builder,DescribeAnalysisPermissionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisArn
(String analysisArn) The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.analysisId
(String analysisId) The ID of the analysis whose permissions you're describing.permissions
(Collection<ResourcePermission> permissions) A structure that describes the principals and the resource-level permissions on an analysis.permissions
(Consumer<ResourcePermission.Builder>... permissions) A structure that describes the principals and the resource-level permissions on an analysis.permissions
(ResourcePermission... permissions) A structure that describes the principals and the resource-level permissions on an analysis.The Amazon Web Services request ID for this operation.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 Details
-
analysisId
The ID of the analysis whose permissions you're describing.
- Parameters:
analysisId
- The ID of the analysis whose permissions you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisArn
The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.
- Parameters:
analysisArn
- The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A structure that describes the principals and the resource-level permissions on an analysis.
- Parameters:
permissions
- A structure that describes the principals and the resource-level permissions on an analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
A structure that describes the principals and the resource-level permissions on an analysis.
- Parameters:
permissions
- A structure that describes the principals and the resource-level permissions on an analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
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 method that creates an instance of theResourcePermission.Builder
avoiding the need to create one manually viaResourcePermission.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topermissions(List<ResourcePermission>)
.- 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:
-
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
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.
-