Interface RegistryRecordsEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegistryRecordsEntry.Builder,,RegistryRecordsEntry> SdkBuilder<RegistryRecordsEntry.Builder,,RegistryRecordsEntry> SdkPojo
- Enclosing class:
RegistryRecordsEntry
@Mutable
@NotThreadSafe
public static interface RegistryRecordsEntry.Builder
extends SdkPojo, CopyableBuilder<RegistryRecordsEntry.Builder,RegistryRecordsEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe record IDs to retrieve from the registry.recordIds(Collection<String> recordIds) The record IDs to retrieve from the registry.registryId(String registryId) Sets the value of the RegistryId property for this object.Methods 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
-
registryId
Sets the value of the RegistryId property for this object.- Parameters:
registryId- The new value for the RegistryId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordIds
The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.
- Parameters:
recordIds- The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordIds
The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.
- Parameters:
recordIds- The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-