public final class InstanceProfile extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InstanceProfile.Builder |
Modifier and Type | Method and Description |
---|---|
static InstanceProfile.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getArn()
how to specify the resource in the access policy language ex.
|
Date |
getCreateDate()
Date the instance profile 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/ |
com.google.common.collect.ImmutableList<Role> |
getRoles()
The roles assigned to the instance profile
|
int |
hashCode() |
InstanceProfile.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 com.google.common.collect.ImmutableList<Role> getRoles()
public static InstanceProfile.Builder builder()
public InstanceProfile.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.