Interface SubmitRegistryRecordForApprovalResponse.Builder
- All Superinterfaces:
AgentRegistryControlResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<SubmitRegistryRecordForApprovalResponse.Builder,,SubmitRegistryRecordForApprovalResponse> SdkBuilder<SubmitRegistryRecordForApprovalResponse.Builder,,SubmitRegistryRecordForApprovalResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SubmitRegistryRecordForApprovalResponse
@Mutable
@NotThreadSafe
public static interface SubmitRegistryRecordForApprovalResponse.Builder
extends AgentRegistryControlResponse.Builder, SdkPojo, CopyableBuilder<SubmitRegistryRecordForApprovalResponse.Builder,SubmitRegistryRecordForApprovalResponse>
-
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 recordThe 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:
-
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.
-