Interface DescribeFolderPermissionsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeFolderPermissionsResponse.Builder,,- DescribeFolderPermissionsResponse> - QuickSightResponse.Builder,- SdkBuilder<DescribeFolderPermissionsResponse.Builder,,- DescribeFolderPermissionsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeFolderPermissionsResponse
@Mutable
@NotThreadSafe
public static interface DescribeFolderPermissionsResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeFolderPermissionsResponse.Builder,DescribeFolderPermissionsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the folder.The ID of the folder.The pagination token for the next set of results, or null if there are no more results.permissions(Collection<ResourcePermission> permissions) Information about the permissions on the folder.permissions(Consumer<ResourcePermission.Builder>... permissions) Information about the permissions on the folder.permissions(ResourcePermission... permissions) Information about the permissions on the folder.The Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
statusThe 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.
 
- 
folderIdThe ID of the folder. - Parameters:
- folderId- The ID of the folder.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe Amazon Resource Name (ARN) for the folder. - Parameters:
- arn- The Amazon Resource Name (ARN) for the folder.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
permissionsInformation about the permissions on the folder. - Parameters:
- permissions- Information about the permissions on the folder.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
permissionsInformation about the permissions on the folder. - Parameters:
- permissions- Information about the permissions on the folder.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
permissionsDescribeFolderPermissionsResponse.Builder permissions(Consumer<ResourcePermission.Builder>... permissions) Information about the permissions on the folder. 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 topermissions(List<ResourcePermission>).- Parameters:
- permissions- a consumer that will call methods on- ResourcePermission.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
requestIdThe 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.
 
- 
nextTokenThe pagination token for the next set of results, or null if there are no more results. - Parameters:
- nextToken- The pagination token for the next set of results, or null if there are no more results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-