Interface CreateRegistryRecordResponse.Builder
- All Superinterfaces:
AgentRegistryControlResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateRegistryRecordResponse.Builder,,CreateRegistryRecordResponse> SdkBuilder<CreateRegistryRecordResponse.Builder,,CreateRegistryRecordResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateRegistryRecordResponse
@Mutable
@NotThreadSafe
public static interface CreateRegistryRecordResponse.Builder
extends AgentRegistryControlResponse.Builder, SdkPojo, CopyableBuilder<CreateRegistryRecordResponse.Builder,CreateRegistryRecordResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the created registry recordThe status of the registry record, set to CREATING while the asynchronous workflow is in progressstatus(RegistryRecordStatus status) The status of the registry record, set to CREATING while the asynchronous workflow is in progressMethods 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
-
recordArn
The ARN of the created registry record
- Parameters:
recordArn- The ARN of the created registry record- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the registry record, set to CREATING while the asynchronous workflow is in progress
- Parameters:
status- The status of the registry record, set to CREATING while the asynchronous workflow is in progress- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the registry record, set to CREATING while the asynchronous workflow is in progress
- Parameters:
status- The status of the registry record, set to CREATING while the asynchronous workflow is in progress- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-