public static interface AttachLoadBalancerTlsCertificateResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<AttachLoadBalancerTlsCertificateResponse.Builder,AttachLoadBalancerTlsCertificateResponse>
Modifier and Type | Method and Description |
---|---|
AttachLoadBalancerTlsCertificateResponse.Builder |
operations(Collection<Operation> operations)
An object representing the API operations.
|
AttachLoadBalancerTlsCertificateResponse.Builder |
operations(Consumer<Operation.Builder>... operations)
An object representing the API operations.
|
AttachLoadBalancerTlsCertificateResponse.Builder |
operations(Operation... operations)
An object representing the API operations.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AttachLoadBalancerTlsCertificateResponse.Builder operations(Collection<Operation> operations)
An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
operations
- An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
AttachLoadBalancerTlsCertificateResponse.Builder operations(Operation... operations)
An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
operations
- An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
AttachLoadBalancerTlsCertificateResponse.Builder operations(Consumer<Operation.Builder>... operations)
An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.