Interface DeleteRegistryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<DeleteRegistryResponse.Builder,,DeleteRegistryResponse> SdkBuilder<DeleteRegistryResponse.Builder,,DeleteRegistryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteRegistryResponse
@Mutable
@NotThreadSafe
public static interface DeleteRegistryResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<DeleteRegistryResponse.Builder,DeleteRegistryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current status of the registry, set toDELETINGwhen deletion is initiated.status(RegistryStatus status) The current status of the registry, set toDELETINGwhen deletion is initiated.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
-
status
The current status of the registry, set to
DELETINGwhen deletion is initiated. For a list of all possible registry statuses, see theRegistryStatusdata type.- Parameters:
status- The current status of the registry, set toDELETINGwhen deletion is initiated. For a list of all possible registry statuses, see theRegistryStatusdata type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the registry, set to
DELETINGwhen deletion is initiated. For a list of all possible registry statuses, see theRegistryStatusdata type.- Parameters:
status- The current status of the registry, set toDELETINGwhen deletion is initiated. For a list of all possible registry statuses, see theRegistryStatusdata type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-