Interface UpdateRegistryRecordStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<UpdateRegistryRecordStatusResponse.Builder,,UpdateRegistryRecordStatusResponse> SdkBuilder<UpdateRegistryRecordStatusResponse.Builder,,UpdateRegistryRecordStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateRegistryRecordStatusResponse
@Mutable
@NotThreadSafe
public static interface UpdateRegistryRecordStatusResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateRegistryRecordStatusResponse.Builder,UpdateRegistryRecordStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the registry record.The unique identifier of the registry record.registryArn(String registryArn) The Amazon Resource Name (ARN) of the registry that contains the record.The resulting status of the registry record.status(RegistryRecordStatus status) The resulting status of the registry record.statusReason(String statusReason) The reason for the status change.The timestamp when the record was last updated.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
registryArn
The Amazon Resource Name (ARN) of the registry that contains the record.
- Parameters:
registryArn- The Amazon Resource Name (ARN) of the registry that contains the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordArn
The Amazon Resource Name (ARN) of the registry record.
- Parameters:
recordArn- The Amazon Resource Name (ARN) of the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordId
The unique identifier of the registry record.
- Parameters:
recordId- The unique identifier of the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The resulting status of the registry record.
- Parameters:
status- The resulting status of the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The resulting status of the registry record.
- Parameters:
status- The resulting status of the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the status change.
- Parameters:
statusReason- The reason for the status change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the record was last updated.
- Parameters:
updatedAt- The timestamp when the record was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-