public static interface AssociateDomainRequest.Builder extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<AssociateDomainRequest.Builder,AssociateDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateDomainRequest.Builder |
acmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
|
AssociateDomainRequest.Builder |
displayName(String displayName)
The name to display.
|
AssociateDomainRequest.Builder |
domainName(String domainName)
The fully qualified domain name (FQDN).
|
AssociateDomainRequest.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
AssociateDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateDomainRequest.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
fleetArn - The Amazon Resource Name (ARN) of the fleet.AssociateDomainRequest.Builder domainName(String domainName)
The fully qualified domain name (FQDN).
domainName - The fully qualified domain name (FQDN).AssociateDomainRequest.Builder displayName(String displayName)
The name to display.
displayName - The name to display.AssociateDomainRequest.Builder acmCertificateArn(String acmCertificateArn)
The ARN of an issued ACM certificate that is valid for the domain being associated.
acmCertificateArn - The ARN of an issued ACM certificate that is valid for the domain being associated.AssociateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.