Interface DescribeAnalysisPermissionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAnalysisPermissionsResponse.Builder,DescribeAnalysisPermissionsResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeAnalysisPermissionsResponse.Builder,DescribeAnalysisPermissionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAnalysisPermissionsResponse
@Mutable @NotThreadSafe public static interface DescribeAnalysisPermissionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisPermissionsResponse.Builder,DescribeAnalysisPermissionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAnalysisPermissionsResponse.BuilderanalysisArn(String analysisArn)The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.DescribeAnalysisPermissionsResponse.BuilderanalysisId(String analysisId)The ID of the analysis whose permissions you're describing.DescribeAnalysisPermissionsResponse.Builderpermissions(Collection<ResourcePermission> permissions)A structure that describes the principals and the resource-level permissions on an analysis.DescribeAnalysisPermissionsResponse.Builderpermissions(Consumer<ResourcePermission.Builder>... permissions)A structure that describes the principals and the resource-level permissions on an analysis.DescribeAnalysisPermissionsResponse.Builderpermissions(ResourcePermission... permissions)A structure that describes the principals and the resource-level permissions on an analysis.DescribeAnalysisPermissionsResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeAnalysisPermissionsResponse.Builderstatus(Integer status)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
analysisId
DescribeAnalysisPermissionsResponse.Builder analysisId(String 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
DescribeAnalysisPermissionsResponse.Builder analysisArn(String 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
DescribeAnalysisPermissionsResponse.Builder permissions(Collection<ResourcePermission> 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(ResourcePermission... 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.Builderavoiding the need to create one manually viaResourcePermission.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#permissions(List.) - 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:
#permissions(java.util.Collection)
-
status
DescribeAnalysisPermissionsResponse.Builder status(Integer 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
DescribeAnalysisPermissionsResponse.Builder requestId(String 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.
-
-