public final class Role extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Role.Builder |
Modifier and Type | Method and Description |
---|---|
static Role.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getArn()
how to specify the resource in the access policy language ex.
|
String |
getAssumeRolePolicy()
The policy that grants an entity permission to assume the role.
|
Date |
getCreateDate()
Date the role was created
|
String |
getId()
a globally unique identifier (GUID), returned from the api.
|
String |
getName()
friendly name ex.
|
String |
getPath()
path ex
/division_abc/subdivision_xyz/product_1234/engineering/ |
int |
hashCode() |
Role.Builder |
toBuilder() |
String |
toString() |
public String getArn()
arn:aws:<service>:<region>:<namespace>:<relative-id>
public String getId()
public String getName()
Developers
public String getPath()
/division_abc/subdivision_xyz/product_1234/engineering/
public Date getCreateDate()
public String getAssumeRolePolicy()
public static Role.Builder builder()
public Role.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.