Interface CreateAutomatedReasoningPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<CreateAutomatedReasoningPolicyResponse.Builder,
,CreateAutomatedReasoningPolicyResponse> SdkBuilder<CreateAutomatedReasoningPolicyResponse.Builder,
,CreateAutomatedReasoningPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateAutomatedReasoningPolicyResponse
@Mutable
@NotThreadSafe
public static interface CreateAutomatedReasoningPolicyResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<CreateAutomatedReasoningPolicyResponse.Builder,CreateAutomatedReasoningPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the policy was created.definitionHash
(String definitionHash) The hash of the policy definition.description
(String description) The description of the Automated Reasoning policy.The name of the Automated Reasoning policy.The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.The timestamp when the policy was last updated.The version number of the newly created Automated Reasoning policy.Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
policyArn
The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.
- Parameters:
policyArn
- The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.
- Parameters:
version
- The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Automated Reasoning policy.
- Parameters:
name
- The name of the Automated Reasoning policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the Automated Reasoning policy.
- Parameters:
description
- The description of the Automated Reasoning policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definitionHash
The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.
- Parameters:
definitionHash
- The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the policy was created.
- Parameters:
createdAt
- The timestamp when the policy was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the policy was last updated.
- Parameters:
updatedAt
- The timestamp when the policy was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-