Uses of Interface
software.amazon.awssdk.services.rolesanywhere.model.TrustAnchorDetail.Builder
-
Packages that use TrustAnchorDetail.Builder Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of TrustAnchorDetail.Builder in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return TrustAnchorDetail.Builder Modifier and Type Method Description static TrustAnchorDetail.BuilderTrustAnchorDetail. builder()TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. createdAt(Instant createdAt)The ISO-8601 timestamp when the trust anchor was created.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. enabled(Boolean enabled)Indicates whether the trust anchor is enabled.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. name(String name)The name of the trust anchor.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. notificationSettings(Collection<NotificationSettingDetail> notificationSettings)A list of notification settings to be associated to the trust anchor.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. notificationSettings(Consumer<NotificationSettingDetail.Builder>... notificationSettings)A list of notification settings to be associated to the trust anchor.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. notificationSettings(NotificationSettingDetail... notificationSettings)A list of notification settings to be associated to the trust anchor.default TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. source(Consumer<Source.Builder> source)The trust anchor type and its related certificate data.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. source(Source source)The trust anchor type and its related certificate data.TrustAnchorDetail.BuilderTrustAnchorDetail. toBuilder()TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. trustAnchorArn(String trustAnchorArn)The ARN of the trust anchor.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. trustAnchorId(String trustAnchorId)The unique identifier of the trust anchor.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. updatedAt(Instant updatedAt)The ISO-8601 timestamp when the trust anchor was last updated.Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type TrustAnchorDetail.Builder Modifier and Type Method Description static Class<? extends TrustAnchorDetail.Builder>TrustAnchorDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type TrustAnchorDetail.Builder Modifier and Type Method Description default CreateTrustAnchorResponse.BuilderCreateTrustAnchorResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)The state of the trust anchor after a read or write operation.default DeleteTrustAnchorResponse.BuilderDeleteTrustAnchorResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)The state of the trust anchor after a read or write operation.default DisableTrustAnchorResponse.BuilderDisableTrustAnchorResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)The state of the trust anchor after a read or write operation.default EnableTrustAnchorResponse.BuilderEnableTrustAnchorResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)The state of the trust anchor after a read or write operation.default GetTrustAnchorResponse.BuilderGetTrustAnchorResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)The state of the trust anchor after a read or write operation.default PutNotificationSettingsResponse.BuilderPutNotificationSettingsResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)Sets the value of the TrustAnchor property for this object.default ResetNotificationSettingsResponse.BuilderResetNotificationSettingsResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)Sets the value of the TrustAnchor property for this object.default UpdateTrustAnchorResponse.BuilderUpdateTrustAnchorResponse.Builder. trustAnchor(Consumer<TrustAnchorDetail.Builder> trustAnchor)The state of the trust anchor after a read or write operation.
-