public static interface AssociateIamInstanceProfileResponse.Builder extends EC2Response.Builder, CopyableBuilder<AssociateIamInstanceProfileResponse.Builder,AssociateIamInstanceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateIamInstanceProfileResponse.Builder |
iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
AssociateIamInstanceProfileResponse.Builder |
iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildAssociateIamInstanceProfileResponse.Builder iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
iamInstanceProfileAssociation - Information about the IAM instance profile association.default AssociateIamInstanceProfileResponse.Builder iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation)
Information about the IAM instance profile association.
This is a convenience that creates an instance of theIamInstanceProfileAssociation.Builder avoiding
the need to create one manually via IamInstanceProfileAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to iamInstanceProfileAssociation(IamInstanceProfileAssociation)
.iamInstanceProfileAssociation - a consumer that will call methods on IamInstanceProfileAssociation.BuilderiamInstanceProfileAssociation(IamInstanceProfileAssociation)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.