Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateFolderRequest.Builder
-
Packages that use UpdateFolderRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateFolderRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateFolderRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFolderResponse>QuickSightAsyncClient. updateFolder(Consumer<UpdateFolderRequest.Builder> updateFolderRequest)Updates the name of a folder.default UpdateFolderResponseQuickSightClient. updateFolder(Consumer<UpdateFolderRequest.Builder> updateFolderRequest)Updates the name of a folder. -
Uses of UpdateFolderRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateFolderRequest.Builder Modifier and Type Method Description UpdateFolderRequest.BuilderUpdateFolderRequest.Builder. awsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the folder to update.static UpdateFolderRequest.BuilderUpdateFolderRequest. builder()UpdateFolderRequest.BuilderUpdateFolderRequest.Builder. folderId(String folderId)The ID of the folder.UpdateFolderRequest.BuilderUpdateFolderRequest.Builder. name(String name)The name of the folder.UpdateFolderRequest.BuilderUpdateFolderRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFolderRequest.BuilderUpdateFolderRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFolderRequest.BuilderUpdateFolderRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateFolderRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFolderRequest.Builder>UpdateFolderRequest. serializableBuilderClass()
-