Interface AttachedManagedPolicy.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AttachedManagedPolicy.Builder,AttachedManagedPolicy>
,SdkBuilder<AttachedManagedPolicy.Builder,AttachedManagedPolicy>
,SdkPojo
- Enclosing class:
- AttachedManagedPolicy
public static interface AttachedManagedPolicy.Builder extends SdkPojo, CopyableBuilder<AttachedManagedPolicy.Builder,AttachedManagedPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachedManagedPolicy.Builder
arn(String arn)
The ARN of the Amazon Web Services managed policy.AttachedManagedPolicy.Builder
name(String name)
The name of the Amazon Web Services managed 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, sdkFields
-
-
-
-
Method Detail
-
arn
AttachedManagedPolicy.Builder arn(String 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.
- 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.
-
name
AttachedManagedPolicy.Builder name(String name)
The 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.
-
-