Interface SearchDiscoverableRegistryRecordsRequest.Builder
- All Superinterfaces:
AgentRegistryRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<SearchDiscoverableRegistryRecordsRequest.Builder,,SearchDiscoverableRegistryRecordsRequest> SdkBuilder<SearchDiscoverableRegistryRecordsRequest.Builder,,SearchDiscoverableRegistryRecordsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
SearchDiscoverableRegistryRecordsRequest
-
Method Summary
Modifier and TypeMethodDescriptionAn optional structured JSON metadata filter that narrows the search results.maxResults(Integer maxResults) The maximum number of results to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.registryIds(String... registryIds) The registry identifiers to search within.registryIds(Collection<String> registryIds) The registry identifiers to search within.searchQuery(String searchQuery) The natural language query to search for matching registry records.Methods inherited from interface software.amazon.awssdk.services.agentregistry.model.AgentRegistryRequest.Builder
buildMethods 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.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
searchQuery
The natural language query to search for matching registry records.
- Parameters:
searchQuery- The natural language query to search for matching registry records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryIds
The registry identifiers to search within. Currently, you must specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the registry ID.
- Parameters:
registryIds- The registry identifiers to search within. Currently, you must specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the registry ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryIds
The registry identifiers to search within. Currently, you must specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the registry ID.
- Parameters:
registryIds- The registry identifiers to search within. Currently, you must specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the registry ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return. Valid values are 1 through 20. The default value is 10.
- Parameters:
maxResults- The maximum number of results to return. Valid values are 1 through 20. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
An optional structured JSON metadata filter that narrows the search results. Supports the field-level operators
$eq,$ne, and$in, and the logical operators$andand$oron filterable fields.- Parameters:
filters- An optional structured JSON metadata filter that narrows the search results. Supports the field-level operators$eq,$ne, and$in, and the logical operators$andand$oron filterable fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchDiscoverableRegistryRecordsRequest.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
SearchDiscoverableRegistryRecordsRequest.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.
-