Interface GetAutomatedReasoningPolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<GetAutomatedReasoningPolicyResponse.Builder,
,GetAutomatedReasoningPolicyResponse> SdkBuilder<GetAutomatedReasoningPolicyResponse.Builder,
,GetAutomatedReasoningPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAutomatedReasoningPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetAutomatedReasoningPolicyResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<GetAutomatedReasoningPolicyResponse.Builder,GetAutomatedReasoningPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the policy was created.definitionHash
(String definitionHash) The hash of the policy definition used as a concurrency token.description
(String description) The description of the policy.The name of the policy.The Amazon Resource Name (ARN) of the policy.The unique identifier of the policy.The timestamp when the policy was last updated.The version of the 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 policy.
- Parameters:
policyArn
- The Amazon Resource Name (ARN) of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the policy.
- Parameters:
name
- The name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the policy.
- Parameters:
version
- The version of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyId
The unique identifier of the policy.
- Parameters:
policyId
- The unique identifier of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the policy.
- Parameters:
description
- The description of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definitionHash
The hash of the policy definition used as a concurrency token.
- Parameters:
definitionHash
- The hash of the policy definition used as a concurrency token.- 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.
-