Interface BatchCreateCategoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchCreateCategoryRequest.Builder,BatchCreateCategoryRequest>,QAppsRequest.Builder,SdkBuilder<BatchCreateCategoryRequest.Builder,BatchCreateCategoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchCreateCategoryRequest
public static interface BatchCreateCategoryRequest.Builder extends QAppsRequest.Builder, SdkPojo, CopyableBuilder<BatchCreateCategoryRequest.Builder,BatchCreateCategoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCreateCategoryRequest.Buildercategories(Collection<BatchCreateCategoryInputCategory> categories)The list of category objects to be createdBatchCreateCategoryRequest.Buildercategories(Consumer<BatchCreateCategoryInputCategory.Builder>... categories)The list of category objects to be createdBatchCreateCategoryRequest.Buildercategories(BatchCreateCategoryInputCategory... categories)The list of category objects to be createdBatchCreateCategoryRequest.BuilderinstanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.BatchCreateCategoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateCategoryRequest.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
BatchCreateCategoryRequest.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
BatchCreateCategoryRequest.Builder categories(Collection<BatchCreateCategoryInputCategory> categories)
The list of category objects to be created
- Parameters:
categories- The list of category objects to be created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
BatchCreateCategoryRequest.Builder categories(BatchCreateCategoryInputCategory... categories)
The list of category objects to be created
- Parameters:
categories- The list of category objects to be created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
categories
BatchCreateCategoryRequest.Builder categories(Consumer<BatchCreateCategoryInputCategory.Builder>... categories)
The list of category objects to be created
This is a convenience method that creates an instance of theBatchCreateCategoryInputCategory.Builderavoiding the need to create one manually viaBatchCreateCategoryInputCategory.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 onBatchCreateCategoryInputCategory.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#categories(java.util.Collection)
-
overrideConfiguration
BatchCreateCategoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchCreateCategoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-