public static interface AssociateIamInstanceProfileResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2023. All rights reserved.