public static class InstanceProfile.Builder extends Object
Constructor and Description |
---|
InstanceProfile.Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceProfile.Builder |
arn(String arn) |
InstanceProfile |
build() |
InstanceProfile.Builder |
createDate(Date createDate) |
InstanceProfile.Builder |
from(InstanceProfile in) |
InstanceProfile.Builder |
id(String id) |
InstanceProfile.Builder |
name(String name) |
InstanceProfile.Builder |
path(String path) |
InstanceProfile.Builder |
role(Role role) |
InstanceProfile.Builder |
roles(Iterable<Role> roles) |
public InstanceProfile.Builder arn(String arn)
InstanceProfile.getArn()
public InstanceProfile.Builder id(String id)
InstanceProfile.getId()
public InstanceProfile.Builder name(String name)
InstanceProfile.getName()
public InstanceProfile.Builder path(String path)
InstanceProfile.getPath()
public InstanceProfile.Builder createDate(Date createDate)
InstanceProfile.getCreateDate()
public InstanceProfile.Builder role(Role role)
InstanceProfile.getRoles()
public InstanceProfile.Builder roles(Iterable<Role> roles)
InstanceProfile.getRoles()
public InstanceProfile build()
public InstanceProfile.Builder from(InstanceProfile in)
Copyright © 2009-2013 jclouds. All Rights Reserved.