Interface AwsIamAttachedManagedPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsIamAttachedManagedPolicy.Builder,AwsIamAttachedManagedPolicy>,SdkBuilder<AwsIamAttachedManagedPolicy.Builder,AwsIamAttachedManagedPolicy>,SdkPojo
- Enclosing class:
- AwsIamAttachedManagedPolicy
public static interface AwsIamAttachedManagedPolicy.Builder extends SdkPojo, CopyableBuilder<AwsIamAttachedManagedPolicy.Builder,AwsIamAttachedManagedPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsIamAttachedManagedPolicy.BuilderpolicyArn(String policyArn)The ARN of the policy.AwsIamAttachedManagedPolicy.BuilderpolicyName(String policyName)The name 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 Detail
-
policyName
AwsIamAttachedManagedPolicy.Builder policyName(String policyName)
The name of the policy.
- Parameters:
policyName- The name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyArn
AwsIamAttachedManagedPolicy.Builder policyArn(String policyArn)
The ARN of the policy.
- Parameters:
policyArn- The ARN of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-