Interface BatchGetCollectionGroupRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetCollectionGroupRequest.Builder,,BatchGetCollectionGroupRequest> OpenSearchServerlessRequest.Builder,SdkBuilder<BatchGetCollectionGroupRequest.Builder,,BatchGetCollectionGroupRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchGetCollectionGroupRequest
@Mutable
@NotThreadSafe
public static interface BatchGetCollectionGroupRequest.Builder
extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCollectionGroupRequest.Builder,BatchGetCollectionGroupRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA list of collection group IDs.ids(Collection<String> ids) A list of collection group IDs.A list of collection group names.names(Collection<String> names) A list of collection group names.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ids
A list of collection group IDs. You can't provide names and IDs in the same request.
- Parameters:
ids- A list of collection group IDs. You can't provide names and IDs in the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
A list of collection group IDs. You can't provide names and IDs in the same request.
- Parameters:
ids- A list of collection group IDs. You can't provide names and IDs in the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
A list of collection group names. You can't provide names and IDs in the same request.
- Parameters:
names- A list of collection group names. You can't provide names and IDs in the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
A list of collection group names. You can't provide names and IDs in the same request.
- Parameters:
names- A list of collection group names. You can't provide names and IDs in the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetCollectionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchGetCollectionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-