Interface BatchGetDiscoverableRegistryRecordRequest.Builder
- All Superinterfaces:
AgentRegistryRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetDiscoverableRegistryRecordRequest.Builder,,BatchGetDiscoverableRegistryRecordRequest> SdkBuilder<BatchGetDiscoverableRegistryRecordRequest.Builder,,BatchGetDiscoverableRegistryRecordRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
BatchGetDiscoverableRegistryRecordRequest
@Mutable
@NotThreadSafe
public static interface BatchGetDiscoverableRegistryRecordRequest.Builder
extends AgentRegistryRequest.Builder, SdkPojo, CopyableBuilder<BatchGetDiscoverableRegistryRecordRequest.Builder,BatchGetDiscoverableRegistryRecordRequest>
-
Method Summary
Modifier and TypeMethodDescriptionentries(Collection<RegistryRecordsEntry> entries) The registry-scoped groups of record IDs to retrieve.entries(Consumer<RegistryRecordsEntry.Builder>... entries) The registry-scoped groups of record IDs to retrieve.entries(RegistryRecordsEntry... entries) The registry-scoped groups of record IDs to retrieve.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.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
-
entries
The registry-scoped groups of record IDs to retrieve. Currently, you can specify exactly one entry.
- Parameters:
entries- The registry-scoped groups of record IDs to retrieve. Currently, you can specify exactly one entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
The registry-scoped groups of record IDs to retrieve. Currently, you can specify exactly one entry.
- Parameters:
entries- The registry-scoped groups of record IDs to retrieve. Currently, you can specify exactly one entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchGetDiscoverableRegistryRecordRequest.Builder entries(Consumer<RegistryRecordsEntry.Builder>... entries) The registry-scoped groups of record IDs to retrieve. Currently, you can specify exactly one entry.
This is a convenience method that creates an instance of theRegistryRecordsEntry.Builderavoiding the need to create one manually viaRegistryRecordsEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentries(List<RegistryRecordsEntry>).- Parameters:
entries- a consumer that will call methods onRegistryRecordsEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchGetDiscoverableRegistryRecordRequest.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
BatchGetDiscoverableRegistryRecordRequest.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.
-