@Generated(value="software.amazon.awssdk:codegen") public final class CreateLoadBalancerRequest extends LightsailRequest implements ToCopyableBuilder<CreateLoadBalancerRequest.Builder,CreateLoadBalancerRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateLoadBalancerRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateLoadBalancerRequest.Builder |
builder() |
List<String> |
certificateAlternativeNames()
The optional alternative domains and subdomains to use with your SSL/TLS certificate (e.g.,
www.example.com , example.com , m.example.com , blog.example.com
). |
String |
certificateDomainName()
The domain name with which your certificate is associated (e.g.,
example.com ). |
String |
certificateName()
The name of the SSL/TLS certificate.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
healthCheckPath()
The path you provided to perform the load balancer health check.
|
Integer |
instancePort()
The instance port where you're creating your load balancer.
|
String |
loadBalancerName()
The name of your load balancer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLoadBalancerRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tag keys and optional values to add to the resource during create.
|
CreateLoadBalancerRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public String loadBalancerName()
The name of your load balancer.
public Integer instancePort()
The instance port where you're creating your load balancer.
public String healthCheckPath()
The path you provided to perform the load balancer health check. If you didn't specify a health check path,
Lightsail uses the root path of your website (e.g., "/"
).
You may want to specify a custom health check path other than the root of your application if your home page loads slowly or has a lot of media or scripting on it.
"/"
).
You may want to specify a custom health check path other than the root of your application if your home page loads slowly or has a lot of media or scripting on it.
public String certificateName()
The name of the SSL/TLS certificate.
If you specify certificateName
, then certificateDomainName
is required (and
vice-versa).
If you specify certificateName
, then certificateDomainName
is required (and
vice-versa).
public String certificateDomainName()
The domain name with which your certificate is associated (e.g., example.com
).
If you specify certificateDomainName
, then certificateName
is required (and
vice-versa).
example.com
).
If you specify certificateDomainName
, then certificateName
is required (and
vice-versa).
public List<String> certificateAlternativeNames()
The optional alternative domains and subdomains to use with your SSL/TLS certificate (e.g.,
www.example.com
, example.com
, m.example.com
, blog.example.com
).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
www.example.com
, example.com
, m.example.com
,
blog.example.com
).public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
To tag a resource after it has been created, see the tag resource
operation.
public CreateLoadBalancerRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateLoadBalancerRequest.Builder,CreateLoadBalancerRequest>
toBuilder
in class LightsailRequest
public static CreateLoadBalancerRequest.Builder builder()
public static Class<? extends CreateLoadBalancerRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.