public static interface CreateKeySigningKeyResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<CreateKeySigningKeyResponse.Builder,CreateKeySigningKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateKeySigningKeyResponse.Builder |
changeInfo(ChangeInfo changeInfo)
Sets the value of the ChangeInfo property for this object.
|
default CreateKeySigningKeyResponse.Builder |
changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
Sets the value of the ChangeInfo property for this object.
|
default 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.
|
CreateKeySigningKeyResponse.Builder |
location(String location)
The unique URL representing the new key-signing key (KSK).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKeySigningKeyResponse.Builder changeInfo(ChangeInfo changeInfo)
changeInfo - The new value for the ChangeInfo property for this object.default CreateKeySigningKeyResponse.Builder changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
ChangeInfo.Builder avoiding the need to
create one manually via ChangeInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to changeInfo(ChangeInfo).
changeInfo - a consumer that will call methods on ChangeInfo.BuilderchangeInfo(ChangeInfo)CreateKeySigningKeyResponse.Builder keySigningKey(KeySigningKey keySigningKey)
The key-signing key (KSK) that the request creates.
keySigningKey - The key-signing key (KSK) that the request creates.default CreateKeySigningKeyResponse.Builder keySigningKey(Consumer<KeySigningKey.Builder> keySigningKey)
The key-signing key (KSK) that the request creates.
This is a convenience method that creates an instance of theKeySigningKey.Builder avoiding the need
to create one manually via KeySigningKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to keySigningKey(KeySigningKey).
keySigningKey - a consumer that will call methods on KeySigningKey.BuilderkeySigningKey(KeySigningKey)CreateKeySigningKeyResponse.Builder location(String location)
The unique URL representing the new key-signing key (KSK).
location - The unique URL representing the new key-signing key (KSK).Copyright © 2023. All rights reserved.