| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceProfile.Builder> |
InstanceProfile.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetInstanceProfileResponse.Builder |
GetInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
A structure containing details about the instance profile.
|
default CreateInstanceProfileResponse.Builder |
CreateInstanceProfileResponse.Builder.instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
A structure containing details about the new instance profile.
|
Copyright © 2022. All rights reserved.