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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateTrustRequest.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
,
SelectiveAuth
UpdateTrustRequest.Builder selectiveAuth(SelectiveAuth selectiveAuth)
Updates selective authentication for the trust.
selectiveAuth
- Updates selective authentication for the trust.SelectiveAuth
,
SelectiveAuth
UpdateTrustRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateTrustRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.