Interface BatchUpdateCategoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchUpdateCategoryRequest.Builder,BatchUpdateCategoryRequest>,QAppsRequest.Builder,SdkBuilder<BatchUpdateCategoryRequest.Builder,BatchUpdateCategoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchUpdateCategoryRequest
public static interface BatchUpdateCategoryRequest.Builder extends QAppsRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateCategoryRequest.Builder,BatchUpdateCategoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateCategoryRequest.Buildercategories(Collection<CategoryInput> categories)The list of categories to be updated with their new values.BatchUpdateCategoryRequest.Buildercategories(Consumer<CategoryInput.Builder>... categories)The list of categories to be updated with their new values.BatchUpdateCategoryRequest.Buildercategories(CategoryInput... categories)The list of categories to be updated with their new values.BatchUpdateCategoryRequest.BuilderinstanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.BatchUpdateCategoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchUpdateCategoryRequest.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.qapps.model.QAppsRequest.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
-
instanceId
BatchUpdateCategoryRequest.Builder instanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
- Parameters:
instanceId- The unique identifier of the Amazon Q Business application environment instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
BatchUpdateCategoryRequest.Builder categories(Collection<CategoryInput> categories)
The list of categories to be updated with their new values.
- Parameters:
categories- The list of categories to be updated with their new values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
BatchUpdateCategoryRequest.Builder categories(CategoryInput... categories)
The list of categories to be updated with their new values.
- Parameters:
categories- The list of categories to be updated with their new values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
BatchUpdateCategoryRequest.Builder categories(Consumer<CategoryInput.Builder>... categories)
The list of categories to be updated with their new values.
This is a convenience method that creates an instance of theCategoryInput.Builderavoiding the need to create one manually viaCategoryInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#categories(List.) - Parameters:
categories- a consumer that will call methods onCategoryInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#categories(java.util.Collection)
-
overrideConfiguration
BatchUpdateCategoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchUpdateCategoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-