Interface SetupInstanceHttpsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SetupInstanceHttpsRequest.Builder,
,SetupInstanceHttpsRequest> LightsailRequest.Builder
,SdkBuilder<SetupInstanceHttpsRequest.Builder,
,SetupInstanceHttpsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SetupInstanceHttpsRequest
@Mutable
@NotThreadSafe
public static interface SetupInstanceHttpsRequest.Builder
extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<SetupInstanceHttpsRequest.Builder,SetupInstanceHttpsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateProvider
(String certificateProvider) The certificate authority that issues the SSL/TLS certificate.certificateProvider
(CertificateProvider certificateProvider) The certificate authority that issues the SSL/TLS certificate.domainNames
(String... domainNames) The name of the domain and subdomains that were specified for the SSL/TLS certificate.domainNames
(Collection<String> domainNames) The name of the domain and subdomains that were specified for the SSL/TLS certificate.emailAddress
(String emailAddress) The contact method for SSL/TLS certificate renewal alerts.instanceName
(String instanceName) The name of the Lightsail instance.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-
emailAddress
The contact method for SSL/TLS certificate renewal alerts. You can enter one email address.
- Parameters:
emailAddress
- The contact method for SSL/TLS certificate renewal alerts. You can enter one email address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNames
The name of the domain and subdomains that were specified for the SSL/TLS certificate.
- Parameters:
domainNames
- The name of the domain and subdomains that were specified for the SSL/TLS certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainNames
The name of the domain and subdomains that were specified for the SSL/TLS certificate.
- Parameters:
domainNames
- The name of the domain and subdomains that were specified for the SSL/TLS certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateProvider
The certificate authority that issues the SSL/TLS certificate.
- Parameters:
certificateProvider
- The certificate authority 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 that issues the SSL/TLS certificate.
- Parameters:
certificateProvider
- The certificate authority that issues the SSL/TLS certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
SetupInstanceHttpsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SetupInstanceHttpsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-