Interface SetupRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SetupRequest.Builder,
,SetupRequest> SdkBuilder<SetupRequest.Builder,
,SetupRequest> SdkPojo
- Enclosing class:
SetupRequest
public static interface SetupRequest.Builder
extends SdkPojo, CopyableBuilder<SetupRequest.Builder,SetupRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateProvider
(String certificateProvider) The Certificate Authority (CA) that issues the SSL/TLS certificate.certificateProvider
(CertificateProvider certificateProvider) The Certificate Authority (CA) that issues the SSL/TLS certificate.domainNames
(String... domainNames) The name of the domain and subdomains that the SSL/TLS certificate secures.domainNames
(Collection<String> domainNames) The name of the domain and subdomains that the SSL/TLS certificate secures.instanceName
(String instanceName) The name of the Lightsail instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
instanceName
The name of the Lightsail instance.
- Parameters:
instanceName
- The name of the Lightsail instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNames
The name of the domain and subdomains that the SSL/TLS certificate secures.
- Parameters:
domainNames
- The name of the domain and subdomains that the SSL/TLS certificate secures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNames
The name of the domain and subdomains that the SSL/TLS certificate secures.
- Parameters:
domainNames
- The name of the domain and subdomains that the SSL/TLS certificate secures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateProvider
The Certificate Authority (CA) that issues the SSL/TLS certificate.
- Parameters:
certificateProvider
- The Certificate Authority (CA) that issues the SSL/TLS certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
certificateProvider
The Certificate Authority (CA) that issues the SSL/TLS certificate.
- Parameters:
certificateProvider
- The Certificate Authority (CA) that issues the SSL/TLS certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-