public static interface DisassociateIamInstanceProfileRequest.Builder extends EC2Request.Builder, CopyableBuilder<DisassociateIamInstanceProfileRequest.Builder,DisassociateIamInstanceProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateIamInstanceProfileRequest.Builder |
associationId(String associationId)
The ID of the IAM instance profile association.
|
DisassociateIamInstanceProfileRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateIamInstanceProfileRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDisassociateIamInstanceProfileRequest.Builder associationId(String associationId)
The ID of the IAM instance profile association.
associationId - The ID of the IAM instance profile association.DisassociateIamInstanceProfileRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisassociateIamInstanceProfileRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.