Interface AttachedManagedPolicy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AttachedManagedPolicy.Builder,,- AttachedManagedPolicy> - SdkBuilder<AttachedManagedPolicy.Builder,,- AttachedManagedPolicy> - SdkPojo
- Enclosing class:
- AttachedManagedPolicy
@Mutable
@NotThreadSafe
public static interface AttachedManagedPolicy.Builder
extends SdkPojo, CopyableBuilder<AttachedManagedPolicy.Builder,AttachedManagedPolicy> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN of the Amazon Web Services managed policy.The name of the Amazon Web Services managed policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the Amazon Web Services managed policy. - Parameters:
- name- The name of the Amazon Web Services managed policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. - Parameters:
- arn- The ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-