CopyableBuilder<IamInstanceProfileAssociation.Builder,IamInstanceProfileAssociation>, SdkBuilder<IamInstanceProfileAssociation.Builder,IamInstanceProfileAssociation>public static interface IamInstanceProfileAssociation.Builder extends CopyableBuilder<IamInstanceProfileAssociation.Builder,IamInstanceProfileAssociation>
| Modifier and Type | Method | 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(String state) |
The state of the association.
|
IamInstanceProfileAssociation.Builder |
state(IamInstanceProfileAssociationState state) |
The state of the association.
|
IamInstanceProfileAssociation.Builder |
timestamp(Date timestamp) |
The time the IAM instance profile was associated with the instance.
|
copyapply, buildIamInstanceProfileAssociation.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.IamInstanceProfileAssociationStateIamInstanceProfileAssociation.Builder state(IamInstanceProfileAssociationState state)
The state of the association.
state - The state of the association.IamInstanceProfileAssociationStateIamInstanceProfileAssociation.Builder timestamp(Date 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 Amazon Web Services, Inc. All Rights Reserved.