| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.associationId(String associationId)
The ID of the association.
|
static IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.builder() |
default IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.iamInstanceProfile(Consumer<IamInstanceProfile.Builder> iamInstanceProfile)
The IAM instance profile.
|
IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.iamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile.
|
IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.instanceId(String instanceId)
The ID of the instance.
|
IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.state(IamInstanceProfileAssociationState state)
The state of the association.
|
IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.state(String state)
The state of the association.
|
IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.Builder.timestamp(Instant timestamp)
The time the IAM instance profile was associated with the instance.
|
IamInstanceProfileAssociation.Builder |
IamInstanceProfileAssociation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IamInstanceProfileAssociation.Builder> |
IamInstanceProfileAssociation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DisassociateIamInstanceProfileResponse.Builder |
DisassociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
default AssociateIamInstanceProfileResponse.Builder |
AssociateIamInstanceProfileResponse.Builder.iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
default ReplaceIamInstanceProfileAssociationResponse.Builder |
ReplaceIamInstanceProfileAssociationResponse.Builder.iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
Copyright © 2021. All rights reserved.