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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AssociateIamInstanceProfileResponse.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.Builder
iamInstanceProfileAssociation(IamInstanceProfileAssociation)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.