public static interface AssociateCustomDomainResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<AssociateCustomDomainResponse.Builder,AssociateCustomDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateCustomDomainResponse.Builder |
customDomain(Consumer<CustomDomain.Builder> customDomain)
A description of the domain name that's being associated.
|
AssociateCustomDomainResponse.Builder |
customDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
|
AssociateCustomDomainResponse.Builder |
dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service.
|
AssociateCustomDomainResponse.Builder |
serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
|
AssociateCustomDomainResponse.Builder |
vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
AssociateCustomDomainResponse.Builder |
vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
AssociateCustomDomainResponse.Builder |
vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateCustomDomainResponse.Builder dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target name.
dnsTarget - The App Runner subdomain of the App Runner service. The custom domain name is mapped to this target
name.AssociateCustomDomainResponse.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
serviceArn - The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is
associated.AssociateCustomDomainResponse.Builder customDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
customDomain - A description of the domain name that's being associated.default AssociateCustomDomainResponse.Builder customDomain(Consumer<CustomDomain.Builder> customDomain)
A description of the domain name that's being associated.
This is a convenience method that creates an instance of theCustomDomain.Builder avoiding the need
to create one manually via CustomDomain.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to customDomain(CustomDomain).
customDomain - a consumer that will call methods on CustomDomain.BuildercustomDomain(CustomDomain)AssociateCustomDomainResponse.Builder vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
vpcDNSTargets - DNS Target records for the custom domains of this Amazon VPC.AssociateCustomDomainResponse.Builder vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
vpcDNSTargets - DNS Target records for the custom domains of this Amazon VPC.AssociateCustomDomainResponse.Builder vpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
This is a convenience method that creates an instance of theVpcDNSTarget.Builder avoiding the need to create one
manually via VpcDNSTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vpcDNSTargets(List.
vpcDNSTargets - a consumer that will call methods on
VpcDNSTarget.Builder#vpcDNSTargets(java.util.Collection) Copyright © 2023. All rights reserved.