public static interface AttachCertificateToDistributionResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<AttachCertificateToDistributionResponse.Builder,AttachCertificateToDistributionResponse>
Modifier and Type | Method and Description |
---|---|
default AttachCertificateToDistributionResponse.Builder |
operation(Consumer<Operation.Builder> operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the
request, and the resources affected by the request.
|
AttachCertificateToDistributionResponse.Builder |
operation(Operation operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the
request, and the resources affected by the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttachCertificateToDistributionResponse.Builder operation(Operation operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operation
- An object that describes the result of the action, such as the status of the request, the timestamp of
the request, and the resources affected by the request.default AttachCertificateToDistributionResponse.Builder operation(Consumer<Operation.Builder> operation)
An object that describes the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the 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.Builder
operation(Operation)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.