Interface UpdatePolicyEngineResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<UpdatePolicyEngineResponse.Builder,,UpdatePolicyEngineResponse> SdkBuilder<UpdatePolicyEngineResponse.Builder,,UpdatePolicyEngineResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdatePolicyEngineResponse
@Mutable
@NotThreadSafe
public static interface UpdatePolicyEngineResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<UpdatePolicyEngineResponse.Builder,UpdatePolicyEngineResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe original creation timestamp of the policy engine.description(String description) The updated description of the policy engine.The name of the updated policy engine.policyEngineArn(String policyEngineArn) The ARN of the updated policy engine.policyEngineId(String policyEngineId) The unique identifier of the updated policy engine.The current status of the updated policy engine.status(PolicyEngineStatus status) The current status of the updated policy engine.statusReasons(String... statusReasons) Additional information about the update status.statusReasons(Collection<String> statusReasons) Additional information about the update status.The timestamp when the policy engine was last updated.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 updated policy engine.
- Parameters:
policyEngineId- The unique identifier of the updated policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the updated policy engine.
- Parameters:
name- The name of the updated policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description of the policy engine.
- Parameters:
description- The updated description of the policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The original creation timestamp of the policy engine.
- Parameters:
createdAt- The original creation timestamp of the policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the policy engine was last updated.
- Parameters:
updatedAt- The timestamp when the policy engine was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyEngineArn
The ARN of the updated policy engine.
- Parameters:
policyEngineArn- The ARN of the updated policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the updated policy engine.
- Parameters:
status- The current status of the updated policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the updated policy engine.
- Parameters:
status- The current status of the updated policy engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReasons
Additional information about the update status.
- Parameters:
statusReasons- Additional information about the update status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReasons
Additional information about the update status.
- Parameters:
statusReasons- Additional information about the update status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-