public static interface ActivateKeySigningKeyResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ActivateKeySigningKeyResponse.Builder,ActivateKeySigningKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
ActivateKeySigningKeyResponse.Builder |
changeInfo(ChangeInfo changeInfo)
Sets the value of the ChangeInfo property for this object.
|
default ActivateKeySigningKeyResponse.Builder |
changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
Sets the value of the ChangeInfo property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildActivateKeySigningKeyResponse.Builder changeInfo(ChangeInfo changeInfo)
changeInfo - The new value for the ChangeInfo property for this object.default ActivateKeySigningKeyResponse.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)Copyright © 2023. All rights reserved.