public static interface CreateTrustAnchorRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<CreateTrustAnchorRequest.Builder,CreateTrustAnchorRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTrustAnchorRequest.Builder enabled(Boolean enabled)
Specifies whether the trust anchor is enabled.
enabled - Specifies whether the trust anchor is enabled.CreateTrustAnchorRequest.Builder name(String name)
The name of the trust anchor.
name - The name of the trust anchor.CreateTrustAnchorRequest.Builder source(Source source)
The trust anchor type and its related certificate data.
source - The trust anchor type and its related certificate data.default CreateTrustAnchorRequest.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)CreateTrustAnchorRequest.Builder tags(Collection<Tag> tags)
The tags to attach to the trust anchor.
tags - The tags to attach to the trust anchor.CreateTrustAnchorRequest.Builder tags(Tag... tags)
The tags to attach to the trust anchor.
tags - The tags to attach to the trust anchor.CreateTrustAnchorRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to attach to the trust anchor.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateTrustAnchorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTrustAnchorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.