public static interface UpdateTrustRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<UpdateTrustRequest.Builder,UpdateTrustRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTrustRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateTrustRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateTrustRequest.Builder |
selectiveAuth(SelectiveAuth selectiveAuth)
Updates selective authentication for the trust.
|
UpdateTrustRequest.Builder |
selectiveAuth(String selectiveAuth)
Updates selective authentication for the trust.
|
UpdateTrustRequest.Builder |
trustId(String trustId)
Identifier of the trust relationship.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateTrustRequest.Builder trustId(String trustId)
Identifier of the trust relationship.
trustId - Identifier of the trust relationship.UpdateTrustRequest.Builder selectiveAuth(String selectiveAuth)
Updates selective authentication for the trust.
selectiveAuth - Updates selective authentication for the trust.SelectiveAuth,
SelectiveAuthUpdateTrustRequest.Builder selectiveAuth(SelectiveAuth selectiveAuth)
Updates selective authentication for the trust.
selectiveAuth - Updates selective authentication for the trust.SelectiveAuth,
SelectiveAuthUpdateTrustRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateTrustRequest.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.