public static interface DisassociateIamInstanceProfileResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisassociateIamInstanceProfileResponse.Builder,DisassociateIamInstanceProfileResponse>
Modifier and Type | Method and Description |
---|---|
default DisassociateIamInstanceProfileResponse.Builder |
iamInstanceProfileAssociation(Consumer<IamInstanceProfileAssociation.Builder> iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
DisassociateIamInstanceProfileResponse.Builder |
iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisassociateIamInstanceProfileResponse.Builder iamInstanceProfileAssociation(IamInstanceProfileAssociation iamInstanceProfileAssociation)
Information about the IAM instance profile association.
iamInstanceProfileAssociation
- Information about the IAM instance profile association.default DisassociateIamInstanceProfileResponse.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 © 2019. All rights reserved.