public static interface GetDnssecResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<GetDnssecResponse.Builder,GetDnssecResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDnssecResponse.Builder |
keySigningKeys(Collection<KeySigningKey> keySigningKeys)
The key-signing keys (KSKs) in your account.
|
GetDnssecResponse.Builder |
keySigningKeys(Consumer<KeySigningKey.Builder>... keySigningKeys)
The key-signing keys (KSKs) in your account.
|
GetDnssecResponse.Builder |
keySigningKeys(KeySigningKey... keySigningKeys)
The key-signing keys (KSKs) in your account.
|
default GetDnssecResponse.Builder |
status(Consumer<DNSSECStatus.Builder> status)
A string repesenting the status of DNSSEC.
|
GetDnssecResponse.Builder |
status(DNSSECStatus status)
A string repesenting the status of DNSSEC.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDnssecResponse.Builder status(DNSSECStatus status)
A string repesenting the status of DNSSEC.
status - A string repesenting the status of DNSSEC.default GetDnssecResponse.Builder status(Consumer<DNSSECStatus.Builder> status)
A string repesenting the status of DNSSEC.
This is a convenience method that creates an instance of theDNSSECStatus.Builder avoiding the need
to create one manually via DNSSECStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(DNSSECStatus).
status - a consumer that will call methods on DNSSECStatus.Builderstatus(DNSSECStatus)GetDnssecResponse.Builder keySigningKeys(Collection<KeySigningKey> keySigningKeys)
The key-signing keys (KSKs) in your account.
keySigningKeys - The key-signing keys (KSKs) in your account.GetDnssecResponse.Builder keySigningKeys(KeySigningKey... keySigningKeys)
The key-signing keys (KSKs) in your account.
keySigningKeys - The key-signing keys (KSKs) in your account.GetDnssecResponse.Builder keySigningKeys(Consumer<KeySigningKey.Builder>... keySigningKeys)
The key-signing keys (KSKs) in your account.
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 #keySigningKeys(List.
keySigningKeys - a consumer that will call methods on
KeySigningKey.Builder#keySigningKeys(java.util.Collection) Copyright © 2023. All rights reserved.