Interface ListFoldersForResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFoldersForResourceRequest.Builder,ListFoldersForResourceRequest>,QuickSightRequest.Builder,SdkBuilder<ListFoldersForResourceRequest.Builder,ListFoldersForResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFoldersForResourceRequest
@Mutable @NotThreadSafe public static interface ListFoldersForResourceRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListFoldersForResourceRequest.Builder,ListFoldersForResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFoldersForResourceRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the resource.ListFoldersForResourceRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListFoldersForResourceRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListFoldersForResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFoldersForResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFoldersForResourceRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) the resource whose folders you need to list.-
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
ListFoldersForResourceRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the resource.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that contains the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
ListFoldersForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) the resource whose folders you need to list.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) the resource whose folders you need to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFoldersForResourceRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The 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.
-
maxResults
ListFoldersForResourceRequest.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.
-
overrideConfiguration
ListFoldersForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFoldersForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-