public static interface DeleteDomainEntryResponse.Builder extends LightsailResponse.Builder, CopyableBuilder<DeleteDomainEntryResponse.Builder,DeleteDomainEntryResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteDomainEntryResponse.Builder |
operation(Consumer<Operation.Builder> operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
|
DeleteDomainEntryResponse.Builder |
operation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteDomainEntryResponse.Builder operation(Operation operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
operation - An array of key-value pairs containing information about the results of your delete domain entry
request.default DeleteDomainEntryResponse.Builder operation(Consumer<Operation.Builder> operation)
An array of key-value pairs containing information about the results of your delete domain entry request.
This is a convenience that creates an instance of theOperation.Builder avoiding the need to create
one manually via Operation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to operation(Operation).operation - a consumer that will call methods on Operation.Builderoperation(Operation)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.