Interface DescribeFolderPermissionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeFolderPermissionsRequest.Builder,DescribeFolderPermissionsRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeFolderPermissionsRequest.Builder,DescribeFolderPermissionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeFolderPermissionsRequest
@Mutable @NotThreadSafe public static interface DescribeFolderPermissionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeFolderPermissionsRequest.Builder,DescribeFolderPermissionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFolderPermissionsRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the folder.DescribeFolderPermissionsRequest.BuilderfolderId(String folderId)The ID of the folder.DescribeFolderPermissionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.DescribeFolderPermissionsRequest.Buildernamespace(String namespace)The namespace of the folder whose permissions you want described.DescribeFolderPermissionsRequest.BuildernextToken(String nextToken)A pagination token for the next set of results.DescribeFolderPermissionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeFolderPermissionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeFolderPermissionsRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that contains the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderId
DescribeFolderPermissionsRequest.Builder folderId(String folderId)
The 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.
-
namespace
DescribeFolderPermissionsRequest.Builder namespace(String namespace)
The namespace of the folder whose permissions you want described.
- Parameters:
namespace- The namespace of the folder whose permissions you want described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeFolderPermissionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
- Parameters:
maxResults- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeFolderPermissionsRequest.Builder nextToken(String nextToken)
A pagination token for the next set of results.
- Parameters:
nextToken- A pagination token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeFolderPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeFolderPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-