Interface AutomatedReasoningPolicySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicySummary.Builder,
,AutomatedReasoningPolicySummary> SdkBuilder<AutomatedReasoningPolicySummary.Builder,
,AutomatedReasoningPolicySummary> SdkPojo
- Enclosing class:
AutomatedReasoningPolicySummary
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicySummary.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicySummary.Builder,AutomatedReasoningPolicySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the policy was created.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.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
-
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.
-
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.
-
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.
-
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.
-