Interface DeletePolicyEngineResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<DeletePolicyEngineResponse.Builder,,DeletePolicyEngineResponse> SdkBuilder<DeletePolicyEngineResponse.Builder,,DeletePolicyEngineResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeletePolicyEngineResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the deleted policy engine was originally created.description(String description) The human-readable description of the deleted policy engine.The customer-assigned name of the deleted policy engine.policyEngineArn(String policyEngineArn) The Amazon Resource Name (ARN) of the deleted policy engine.policyEngineId(String policyEngineId) The unique identifier of the policy engine being deleted.The status of the policy engine deletion operation.status(PolicyEngineStatus status) The status of the policy engine deletion operation.statusReasons(String... statusReasons) Additional information about the deletion status.statusReasons(Collection<String> statusReasons) Additional information about the deletion status.The timestamp when the deleted policy engine was last modified before deletion.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
-
policyEngineId
The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.
- Parameters:
policyEngineId- The unique identifier of the policy engine being deleted. This confirms which policy engine the deletion operation targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The customer-assigned name of the deleted policy engine.
- Parameters:
name- The customer-assigned name of the deleted policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The human-readable description of the deleted policy engine.
- Parameters:
description- The human-readable description of the deleted policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the deleted policy engine was originally created.
- Parameters:
createdAt- The timestamp when the deleted policy engine was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the deleted policy engine was last modified before deletion. This tracks the final state of the policy engine before it was removed from the system.
- Parameters:
updatedAt- The timestamp when the deleted policy engine was last modified before deletion. This tracks the final state of the policy engine before it was removed from the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyEngineArn
The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.
- Parameters:
policyEngineArn- The Amazon Resource Name (ARN) of the deleted policy engine. This globally unique identifier confirms which policy engine resource was successfully removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.
- Parameters:
status- The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.
- Parameters:
status- The status of the policy engine deletion operation. This provides status about any issues that occurred during the deletion process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReasons
Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.
- Parameters:
statusReasons- Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReasons
Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.
- Parameters:
statusReasons- Additional information about the deletion status. This provides details about the deletion process or any issues that may have occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-