public static interface IamInstanceProfileAssociation.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<IamInstanceProfileAssociation.Builder,IamInstanceProfileAssociation>
| Modifier and Type | Method and Description |
|---|---|
IamInstanceProfileAssociation.Builder |
associationId(String associationId)
The ID of the association.
|
IamInstanceProfileAssociation.Builder |
iamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile.
|
IamInstanceProfileAssociation.Builder |
instanceId(String instanceId)
The ID of the instance.
|
IamInstanceProfileAssociation.Builder |
state(IamInstanceProfileAssociationState state)
The state of the association.
|
IamInstanceProfileAssociation.Builder |
state(String state)
The state of the association.
|
IamInstanceProfileAssociation.Builder |
timestamp(Instant timestamp)
The time the IAM instance profile was associated with the instance.
|
IamInstanceProfileAssociation.Builder associationId(String associationId)
The ID of the association.
associationId - The ID of the association.IamInstanceProfileAssociation.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.IamInstanceProfileAssociation.Builder iamInstanceProfile(IamInstanceProfile iamInstanceProfile)
The IAM instance profile.
iamInstanceProfile - The IAM instance profile.IamInstanceProfileAssociation.Builder state(String state)
The state of the association.
state - The state of the association.IamInstanceProfileAssociationState,
IamInstanceProfileAssociationStateIamInstanceProfileAssociation.Builder state(IamInstanceProfileAssociationState state)
The state of the association.
state - The state of the association.IamInstanceProfileAssociationState,
IamInstanceProfileAssociationStateIamInstanceProfileAssociation.Builder timestamp(Instant timestamp)
The time the IAM instance profile was associated with the instance.
timestamp - The time the IAM instance profile was associated with the instance.Copyright © 2017. All rights reserved.