InstanceProfile.Builder |
InstanceProfile.Builder.arn(String arn) |
The Amazon Resource Name (ARN) specifying the instance profile.
|
static InstanceProfile.Builder |
InstanceProfile.builder() |
|
InstanceProfile.Builder |
InstanceProfile.Builder.createDate(Instant createDate) |
The date when the instance profile was created.
|
InstanceProfile.Builder |
InstanceProfile.Builder.instanceProfileId(String instanceProfileId) |
The stable and unique string identifying the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.instanceProfileName(String instanceProfileName) |
The name identifying the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.path(String path) |
The path to the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.roles(Collection<Role> roles) |
The role associated with the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.roles(Consumer<Role.Builder>... roles) |
The role associated with the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.roles(Role... roles) |
The role associated with the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.tags(Collection<Tag> tags) |
A list of tags that are attached to the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags that are attached to the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.Builder.tags(Tag... tags) |
A list of tags that are attached to the instance profile.
|
InstanceProfile.Builder |
InstanceProfile.toBuilder() |
|