public static interface TrustAnchorDetail.Builder extends SdkPojo, CopyableBuilder<TrustAnchorDetail.Builder,TrustAnchorDetail>
| Modifier and Type | Method and Description |
|---|---|
TrustAnchorDetail.Builder |
createdAt(Instant createdAt)
The ISO-8601 timestamp when the trust anchor was created.
|
TrustAnchorDetail.Builder |
enabled(Boolean enabled)
Indicates whether the trust anchor is enabled.
|
TrustAnchorDetail.Builder |
name(String name)
The name of the trust anchor.
|
default TrustAnchorDetail.Builder |
source(Consumer<Source.Builder> source)
The trust anchor type and its related certificate data.
|
TrustAnchorDetail.Builder |
source(Source source)
The trust anchor type and its related certificate data.
|
TrustAnchorDetail.Builder |
trustAnchorArn(String trustAnchorArn)
The ARN of the trust anchor.
|
TrustAnchorDetail.Builder |
trustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
|
TrustAnchorDetail.Builder |
updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the trust anchor was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrustAnchorDetail.Builder createdAt(Instant createdAt)
The ISO-8601 timestamp when the trust anchor was created.
createdAt - The ISO-8601 timestamp when the trust anchor was created.TrustAnchorDetail.Builder enabled(Boolean enabled)
Indicates whether the trust anchor is enabled.
enabled - Indicates whether the trust anchor is enabled.TrustAnchorDetail.Builder name(String name)
The name of the trust anchor.
name - The name of the trust anchor.TrustAnchorDetail.Builder source(Source source)
The trust anchor type and its related certificate data.
source - The trust anchor type and its related certificate data.default TrustAnchorDetail.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)TrustAnchorDetail.Builder trustAnchorArn(String trustAnchorArn)
The ARN of the trust anchor.
trustAnchorArn - The ARN of the trust anchor.TrustAnchorDetail.Builder trustAnchorId(String trustAnchorId)
The unique identifier of the trust anchor.
trustAnchorId - The unique identifier of the trust anchor.TrustAnchorDetail.Builder updatedAt(Instant updatedAt)
The ISO-8601 timestamp when the trust anchor was last updated.
updatedAt - The ISO-8601 timestamp when the trust anchor was last updated.Copyright © 2023. All rights reserved.