public static interface CreateLoadBalancerTlsCertificateRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<CreateLoadBalancerTlsCertificateRequest.Builder,CreateLoadBalancerTlsCertificateRequest>
Modifier and Type | Method and Description |
---|---|
CreateLoadBalancerTlsCertificateRequest.Builder |
certificateAlternativeNames(Collection<String> certificateAlternativeNames)
An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
certificateAlternativeNames(String... certificateAlternativeNames)
An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
certificateDomainName(String certificateDomainName)
The domain name (e.g.,
example.com ) for your SSL/TLS certificate. |
CreateLoadBalancerTlsCertificateRequest.Builder |
certificateName(String certificateName)
The SSL/TLS certificate name.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
loadBalancerName(String loadBalancerName)
The load balancer name where you want to create the SSL/TLS certificate.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
tags(Collection<Tag> tags)
The tag keys and optional values to add to the resource during create.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tag keys and optional values to add to the resource during create.
|
CreateLoadBalancerTlsCertificateRequest.Builder |
tags(Tag... tags)
The tag keys and optional values to add to the resource during create.
|
build
overrideConfiguration
copy
applyMutation, build
CreateLoadBalancerTlsCertificateRequest.Builder loadBalancerName(String loadBalancerName)
The load balancer name where you want to create the SSL/TLS certificate.
loadBalancerName
- The load balancer name where you want to create the SSL/TLS certificate.CreateLoadBalancerTlsCertificateRequest.Builder certificateName(String certificateName)
The SSL/TLS certificate name.
You can have up to 10 certificates in your account at one time. Each Lightsail load balancer can have up to 2 certificates associated with it at one time. There is also an overall limit to the number of certificates that can be issue in a 365-day period. For more information, see Limits.
certificateName
- The SSL/TLS certificate name.
You can have up to 10 certificates in your account at one time. Each Lightsail load balancer can have up to 2 certificates associated with it at one time. There is also an overall limit to the number of certificates that can be issue in a 365-day period. For more information, see Limits.
CreateLoadBalancerTlsCertificateRequest.Builder certificateDomainName(String certificateDomainName)
The domain name (e.g., example.com
) for your SSL/TLS certificate.
certificateDomainName
- The domain name (e.g., example.com
) for your SSL/TLS certificate.CreateLoadBalancerTlsCertificateRequest.Builder certificateAlternativeNames(Collection<String> certificateAlternativeNames)
An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail will
de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1 primary
domain). We do not support wildcards (e.g., *.example.com
).
certificateAlternativeNames
- An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail
will de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1
primary domain). We do not support wildcards (e.g., *.example.com
).CreateLoadBalancerTlsCertificateRequest.Builder certificateAlternativeNames(String... certificateAlternativeNames)
An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail will
de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1 primary
domain). We do not support wildcards (e.g., *.example.com
).
certificateAlternativeNames
- An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. Lightsail
will de-dupe the names for you. You can have a maximum of 9 alternative names (in addition to the 1
primary domain). We do not support wildcards (e.g., *.example.com
).CreateLoadBalancerTlsCertificateRequest.Builder tags(Collection<Tag> tags)
The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource
operation.
tags
- The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource
operation.
CreateLoadBalancerTlsCertificateRequest.Builder tags(Tag... tags)
The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource
operation.
tags
- The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource
operation.
CreateLoadBalancerTlsCertificateRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource
operation.
List.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 #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateLoadBalancerTlsCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateLoadBalancerTlsCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.