Interface AssociatedPolicy.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedPolicy.Builder,,AssociatedPolicy> SdkBuilder<AssociatedPolicy.Builder,,AssociatedPolicy> SdkPojo
- Enclosing class:
AssociatedPolicy
@Mutable
@NotThreadSafe
public static interface AssociatedPolicy.Builder
extends SdkPojo, CopyableBuilder<AssociatedPolicy.Builder,AssociatedPolicy>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the associated policy, including its version qualifier when a specific published version is pinned (for example,...:policy:abc123:3).Methods 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, sdkFields
-
Method Details
-
policyArn
The ARN of the associated policy, including its version qualifier when a specific published version is pinned (for example,
...:policy:abc123:3).- Parameters:
policyArn- The ARN of the associated policy, including its version qualifier when a specific published version is pinned (for example,...:policy:abc123:3).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-