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.The identifier of the record that could not be retrieved, echoed from the request in the same format that you supplied (ARN or record ID).registryId(String registryId) The identifier of the registry the record was requested from, echoed from the request.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
The identifier of the registry the record was requested from, echoed from the request.
- Parameters:
registryId- The identifier of the registry the record was requested from, echoed from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordId
The identifier of the record that could not be retrieved, echoed from the request in the same format that you supplied (ARN or record ID).
- Parameters:
recordId- The identifier of the record that could not be retrieved, echoed from the request in the same format that you supplied (ARN or record ID).- 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.
-