static CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.builder() |
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.enabled(Boolean enabled) |
Specifies whether the trust anchor is enabled.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.name(String name) |
The name of the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.notificationSettings(Collection<NotificationSetting> notificationSettings) |
A list of notification settings to be associated to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.notificationSettings(Consumer<NotificationSetting.Builder>... notificationSettings) |
A list of notification settings to be associated to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.notificationSettings(NotificationSetting... notificationSettings) |
A list of notification settings to be associated to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.source(Consumer<Source.Builder> source) |
The trust anchor type and its related certificate data.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.source(Source source) |
The trust anchor type and its related certificate data.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.tags(Collection<Tag> tags) |
The tags to attach to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to attach to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.tags(Tag... tags) |
The tags to attach to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.toBuilder() |
|