Interface BatchGetDiscoverableRegistryRecordError.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetDiscoverableRegistryRecordError.Builder,,BatchGetDiscoverableRegistryRecordError> SdkBuilder<BatchGetDiscoverableRegistryRecordError.Builder,,BatchGetDiscoverableRegistryRecordError> SdkPojo
- Enclosing class:
BatchGetDiscoverableRegistryRecordError
@Mutable
@NotThreadSafe
public static interface BatchGetDiscoverableRegistryRecordError.Builder
extends SdkPojo, CopyableBuilder<BatchGetDiscoverableRegistryRecordError.Builder,BatchGetDiscoverableRegistryRecordError>
-
Method Summary
Modifier and TypeMethodDescriptionThe machine-readable reason that the record could not be retrieved.The machine-readable reason that the record could not be retrieved.An optional human-readable detail about the error.Sets the value of the RecordId property for this object.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.
-
recordId
Sets the value of the RecordId property for this object.- Parameters:
recordId- The new value for the RecordId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The machine-readable reason that the record could not be retrieved.
- Parameters:
errorCode- The machine-readable reason that the record could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
BatchGetDiscoverableRegistryRecordError.Builder errorCode(BatchGetDiscoverableRegistryRecordErrorCode errorCode) The machine-readable reason that the record could not be retrieved.
- Parameters:
errorCode- The machine-readable reason that the record could not be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
An optional human-readable detail about the error. Do not parse this value programmatically.
- Parameters:
message- An optional human-readable detail about the error. Do not parse this value programmatically.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-