Interface PolicyVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PolicyVersionSummary.Builder,
,PolicyVersionSummary> SdkBuilder<PolicyVersionSummary.Builder,
,PolicyVersionSummary> SdkPojo
- Enclosing class:
PolicyVersionSummary
@Mutable
@NotThreadSafe
public static interface PolicyVersionSummary.Builder
extends SdkPojo, CopyableBuilder<PolicyVersionSummary.Builder,PolicyVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) for the team.creationTime
(Instant creationTime) Timestamp when the policy was created.Determines if the specified policy is the default for the team.lastUpdatedTime
(Instant lastUpdatedTime) Timestamp when the policy was last updated.Name of the policyAmazon Resource Name (ARN) for the policy.policyType
(String policyType) The type of policy.policyType
(PolicyType policyType) The type of policy.Status for the policy.status
(PolicyStatus status) Status for the policy.Version ID for 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
-
arn
Amazon Resource Name (ARN) for the team.
- Parameters:
arn
- Amazon Resource Name (ARN) for the team.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArn
Amazon Resource Name (ARN) for the policy.
- Parameters:
policyArn
- Amazon Resource Name (ARN) for the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
Version ID for the policy.
- Parameters:
versionId
- Version ID for the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyType
The type of policy.
- Parameters:
policyType
- The type of policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyType
The type of policy.
- Parameters:
policyType
- The type of policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isDefault
Determines if the specified policy is the default for the team.
- Parameters:
isDefault
- Determines if the specified policy is the default for the team.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the policy
- Parameters:
name
- Name of the policy- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status for the policy. For example, if the policy is attachable or deprecated.
- Parameters:
status
- Status for the policy. For example, if the policy is attachable or deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status for the policy. For example, if the policy is attachable or deprecated.
- Parameters:
status
- Status for the policy. For example, if the policy is attachable or deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
Timestamp when the policy was created.
- Parameters:
creationTime
- Timestamp when the policy was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
Timestamp when the policy was last updated.
- Parameters:
lastUpdatedTime
- Timestamp when the policy was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-