Interface DescribeCustomDomainsResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCustomDomainsResponse.Builder,DescribeCustomDomainsResponse>,SdkBuilder<DescribeCustomDomainsResponse.Builder,DescribeCustomDomainsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeCustomDomainsResponse
public static interface DescribeCustomDomainsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DescribeCustomDomainsResponse.Builder,DescribeCustomDomainsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCustomDomainsResponse.BuildercustomDomains(Collection<CustomDomain> customDomains)A list of descriptions of custom domain names that are associated with the service.DescribeCustomDomainsResponse.BuildercustomDomains(Consumer<CustomDomain.Builder>... customDomains)A list of descriptions of custom domain names that are associated with the service.DescribeCustomDomainsResponse.BuildercustomDomains(CustomDomain... customDomains)A list of descriptions of custom domain names that are associated with the service.DescribeCustomDomainsResponse.BuilderdnsTarget(String dnsTarget)The App Runner subdomain of the App Runner service.DescribeCustomDomainsResponse.BuildernextToken(String nextToken)The token that you can pass in a subsequent request to get the next result page.DescribeCustomDomainsResponse.BuilderserviceArn(String serviceArn)The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.DescribeCustomDomainsResponse.BuildervpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.DescribeCustomDomainsResponse.BuildervpcDNSTargets(Consumer<VpcDNSTarget.Builder>... vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.DescribeCustomDomainsResponse.BuildervpcDNSTargets(VpcDNSTarget... vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dnsTarget
DescribeCustomDomainsResponse.Builder dnsTarget(String dnsTarget)
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
- Parameters:
dnsTarget- The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
DescribeCustomDomainsResponse.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
- Parameters:
serviceArn- The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomains
DescribeCustomDomainsResponse.Builder customDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to
MaxResultsrecords per call.- Parameters:
customDomains- A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up toMaxResultsrecords per call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomains
DescribeCustomDomainsResponse.Builder customDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to
MaxResultsrecords per call.- Parameters:
customDomains- A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up toMaxResultsrecords per call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomains
DescribeCustomDomainsResponse.Builder customDomains(Consumer<CustomDomain.Builder>... customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to
This is a convenience method that creates an instance of theMaxResultsrecords per call.CustomDomain.Builderavoiding the need to create one manually viaCustomDomain.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customDomains(List.) - Parameters:
customDomains- a consumer that will call methods onCustomDomain.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#customDomains(java.util.Collection)
-
vpcDNSTargets
DescribeCustomDomainsResponse.Builder vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
- Parameters:
vpcDNSTargets- DNS Target records for the custom domains of this Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcDNSTargets
DescribeCustomDomainsResponse.Builder vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
- Parameters:
vpcDNSTargets- DNS Target records for the custom domains of this Amazon VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcDNSTargets
DescribeCustomDomainsResponse.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.Builderavoiding the need to create one manually viaVpcDNSTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcDNSTargets(List.) - Parameters:
vpcDNSTargets- a consumer that will call methods onVpcDNSTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcDNSTargets(java.util.Collection)
-
nextToken
DescribeCustomDomainsResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
- Parameters:
nextToken- The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-