public static interface DeleteTrustRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<DeleteTrustRequest.Builder,DeleteTrustRequest>
| Modifier and Type | Method and Description | 
|---|---|
| DeleteTrustRequest.Builder | deleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder)
 Delete a conditional forwarder as part of a DeleteTrustRequest. | 
| DeleteTrustRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)Add an optional request override configuration. | 
| DeleteTrustRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)Add an optional request override configuration. | 
| DeleteTrustRequest.Builder | trustId(String trustId)
 The Trust ID of the trust relationship to be deleted. | 
buildoverrideConfigurationcopyapplyMutation, buildDeleteTrustRequest.Builder trustId(String trustId)
The Trust ID of the trust relationship to be deleted.
trustId - The Trust ID of the trust relationship to be deleted.DeleteTrustRequest.Builder deleteAssociatedConditionalForwarder(Boolean deleteAssociatedConditionalForwarder)
Delete a conditional forwarder as part of a DeleteTrustRequest.
deleteAssociatedConditionalForwarder - Delete a conditional forwarder as part of a DeleteTrustRequest.DeleteTrustRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteTrustRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.