public static interface UpdateTrustAnchorRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<UpdateTrustAnchorRequest.Builder,UpdateTrustAnchorRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTrustAnchorRequest.Builder |
name(String name)
The name of the trust anchor.
|
UpdateTrustAnchorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTrustAnchorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateTrustAnchorRequest.Builder |
source(Consumer<Source.Builder> source)
The trust anchor type and its related certificate data.
|
UpdateTrustAnchorRequest.Builder |
source(Source source)
The trust anchor type and its related certificate data.
|
UpdateTrustAnchorRequest.Builder |
trustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTrustAnchorRequest.Builder name(String name)
The name of the trust anchor.
name - The name of the trust anchor.UpdateTrustAnchorRequest.Builder source(Source source)
The trust anchor type and its related certificate data.
source - The trust anchor type and its related certificate data.default UpdateTrustAnchorRequest.Builder source(Consumer<Source.Builder> source)
The trust anchor type and its related certificate data.
This is a convenience method that creates an instance of theSource.Builder avoiding the need to
create one manually via Source.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to source(Source).
source - a consumer that will call methods on Source.Buildersource(Source)UpdateTrustAnchorRequest.Builder trustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
trustAnchorId - The unique identifier of the trust anchor.UpdateTrustAnchorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTrustAnchorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.