Interface AssociateCustomDomainRequest.Builder
-
- All Superinterfaces:
AppRunnerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>,SdkBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateCustomDomainRequest
public static interface AssociateCustomDomainRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<AssociateCustomDomainRequest.Builder,AssociateCustomDomainRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateCustomDomainRequest.BuilderdomainName(String domainName)A custom domain endpoint to associate.AssociateCustomDomainRequest.BuilderenableWWWSubdomain(Boolean enableWWWSubdomain)Set totrueto associate the subdomainwww.DomainNamewith the App Runner service in addition to the base domain.AssociateCustomDomainRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateCustomDomainRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateCustomDomainRequest.BuilderserviceArn(String serviceArn)The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
serviceArn
AssociateCustomDomainRequest.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
- Parameters:
serviceArn- The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
AssociateCustomDomainRequest.Builder domainName(String domainName)
A custom domain endpoint to associate. Specify a root domain (for example,
example.com), a subdomain (for example,login.example.comoradmin.login.example.com), or a wildcard (for example,*.example.com).- Parameters:
domainName- A custom domain endpoint to associate. Specify a root domain (for example,example.com), a subdomain (for example,login.example.comoradmin.login.example.com), or a wildcard (for example,*.example.com).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableWWWSubdomain
AssociateCustomDomainRequest.Builder enableWWWSubdomain(Boolean enableWWWSubdomain)
Set to
trueto associate the subdomainwww.DomainNamewith the App Runner service in addition to the base domain.Default:
true- Parameters:
enableWWWSubdomain- Set totrueto associate the subdomainwww.DomainNamewith the App Runner service in addition to the base domain.Default:
true- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateCustomDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateCustomDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-