public static interface CreateLoadBalancerTlsCertificateResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<CreateLoadBalancerTlsCertificateResponse.Builder,CreateLoadBalancerTlsCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateLoadBalancerTlsCertificateResponse.Builder |
operations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateLoadBalancerTlsCertificateResponse.Builder |
operations(Consumer<Operation.Builder>... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateLoadBalancerTlsCertificateResponse.Builder |
operations(Operation... operations)
An array of objects that describe 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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLoadBalancerTlsCertificateResponse.Builder operations(Collection<Operation> operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operations - An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.CreateLoadBalancerTlsCertificateResponse.Builder operations(Operation... operations)
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
operations - An array of objects that describe the result of the action, such as the status of the request, the
timestamp of the request, and the resources affected by the request.CreateLoadBalancerTlsCertificateResponse.Builder operations(Consumer<Operation.Builder>... operations)
An array of objects that describe 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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #operations(List) .operations - a consumer that will call methods on List.Builder #operations(List) Copyright © 2021. All rights reserved.