@Generated(value="software.amazon.awssdk:codegen") public class IamInstanceProfileAssociation extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<IamInstanceProfileAssociation.Builder,IamInstanceProfileAssociation>
Describes an association between an IAM instance profile and an instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IamInstanceProfileAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The ID of the association.
|
static IamInstanceProfileAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
IamInstanceProfile |
iamInstanceProfile()
The IAM instance profile.
|
String |
instanceId()
The ID of the instance.
|
static Class<? extends IamInstanceProfileAssociation.Builder> |
serializableBuilderClass() |
String |
state()
The state of the association.
|
Instant |
timestamp()
The time the IAM instance profile was associated with the instance.
|
IamInstanceProfileAssociation.Builder |
toBuilder() |
String |
toString() |
public String associationId()
The ID of the association.
public String instanceId()
The ID of the instance.
public IamInstanceProfile iamInstanceProfile()
The IAM instance profile.
public String state()
The state of the association.
IamInstanceProfileAssociationStatepublic Instant timestamp()
The time the IAM instance profile was associated with the instance.
public IamInstanceProfileAssociation.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<IamInstanceProfileAssociation.Builder,IamInstanceProfileAssociation>public static IamInstanceProfileAssociation.Builder builder()
public static Class<? extends IamInstanceProfileAssociation.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.