Uses of Interface
software.amazon.awssdk.services.iam.model.PolicyRole.Builder
-
Packages that use PolicyRole.Builder Package Description software.amazon.awssdk.services.iam.model -
-
Uses of PolicyRole.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return PolicyRole.Builder Modifier and Type Method Description static PolicyRole.BuilderPolicyRole. builder()PolicyRole.BuilderPolicyRole.Builder. roleId(String roleId)The stable and unique string identifying the role.PolicyRole.BuilderPolicyRole.Builder. roleName(String roleName)The name (friendly name, not ARN) identifying the role.PolicyRole.BuilderPolicyRole. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type PolicyRole.Builder Modifier and Type Method Description static Class<? extends PolicyRole.Builder>PolicyRole. serializableBuilderClass()
-