Interface UpdateFolderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateFolderRequest
@Mutable @NotThreadSafe public static interface UpdateFolderRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateFolderRequest.Builder,UpdateFolderRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateFolderRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the folder to update.UpdateFolderRequest.BuilderfolderId(String folderId)The ID of the folder.UpdateFolderRequest.Buildername(String name)The name of the folder.UpdateFolderRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFolderRequest.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
UpdateFolderRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder to update.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that contains the folder to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderId
UpdateFolderRequest.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.
-
name
UpdateFolderRequest.Builder name(String name)
The name of the folder.
- Parameters:
name- The name of the folder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateFolderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFolderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-