Interface UpdateRegistryRecordStatusResponse.Builder
- All Superinterfaces:
AgentRegistryControlResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateRegistryRecordStatusResponse.Builder,,UpdateRegistryRecordStatusResponse> SdkBuilder<UpdateRegistryRecordStatusResponse.Builder,,UpdateRegistryRecordStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateRegistryRecordStatusResponse
@Mutable
@NotThreadSafe
public static interface UpdateRegistryRecordStatusResponse.Builder
extends AgentRegistryControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateRegistryRecordStatusResponse.Builder,UpdateRegistryRecordStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the registry recordThe ID of the registry recordregistryArn(String registryArn) The ARN of the registryThe resulting status of the registry recordstatus(RegistryRecordStatus status) The resulting status of the registry recordstatusReason(String statusReason) The reason for the status changeThe timestamp when the record was last updatedMethods inherited from interface software.amazon.awssdk.services.agentregistrycontrol.model.AgentRegistryControlResponse.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 ARN of the registry
- Parameters:
registryArn- The ARN of the registry- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordArn
The ARN of the registry record
- Parameters:
recordArn- The ARN of the registry record- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordId
The ID of the registry record
- Parameters:
recordId- The ID 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.
-