Interface AwsIamRolePolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsIamRolePolicy.Builder,AwsIamRolePolicy>,SdkBuilder<AwsIamRolePolicy.Builder,AwsIamRolePolicy>,SdkPojo
- Enclosing class:
- AwsIamRolePolicy
public static interface AwsIamRolePolicy.Builder extends SdkPojo, CopyableBuilder<AwsIamRolePolicy.Builder,AwsIamRolePolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsIamRolePolicy.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, sdkFields
-
-
-
-
Method Detail
-
policyName
AwsIamRolePolicy.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.
-
-