Uses of Interface
software.amazon.awssdk.services.route53.model.CreateKeySigningKeyResponse.Builder
Packages that use CreateKeySigningKeyResponse.Builder
-
Uses of CreateKeySigningKeyResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateKeySigningKeyResponse.BuilderModifier and TypeMethodDescriptionCreateKeySigningKeyResponse.builder()CreateKeySigningKeyResponse.Builder.changeInfo(Consumer<ChangeInfo.Builder> changeInfo) Sets the value of the ChangeInfo property for this object.CreateKeySigningKeyResponse.Builder.changeInfo(ChangeInfo changeInfo) Sets the value of the ChangeInfo property for this object.CreateKeySigningKeyResponse.Builder.keySigningKey(Consumer<KeySigningKey.Builder> keySigningKey) The key-signing key (KSK) that the request creates.CreateKeySigningKeyResponse.Builder.keySigningKey(KeySigningKey keySigningKey) The key-signing key (KSK) that the request creates.The unique URL representing the new key-signing key (KSK).CreateKeySigningKeyResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateKeySigningKeyResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateKeySigningKeyResponse.Builder>CreateKeySigningKeyResponse.serializableBuilderClass()