Interface AssociateDomainRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateDomainRequest.Builder,,AssociateDomainRequest> SdkBuilder<AssociateDomainRequest.Builder,,AssociateDomainRequest> SdkPojo,SdkRequest.Builder,WorkLinkRequest.Builder
- Enclosing class:
AssociateDomainRequest
public static interface AssociateDomainRequest.Builder
extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<AssociateDomainRequest.Builder,AssociateDomainRequest>
-
Method Summary
Modifier and TypeMethodDescriptionacmCertificateArn(String acmCertificateArn) The ARN of an issued ACM certificate that is valid for the domain being associated.displayName(String displayName) The name to display.domainName(String domainName) The fully qualified domain name (FQDN).The Amazon Resource Name (ARN) of the fleet.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.worklink.model.WorkLinkRequest.Builder
build
-
Method Details
-
fleetArn
The Amazon Resource Name (ARN) of the fleet.
- Parameters:
fleetArn- The Amazon Resource Name (ARN) of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The fully qualified domain name (FQDN).
- Parameters:
domainName- The fully qualified domain name (FQDN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name to display.
- Parameters:
displayName- The name to display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acmCertificateArn
The ARN of an issued ACM certificate that is valid for the domain being associated.
- Parameters:
acmCertificateArn- The ARN of an issued ACM certificate that is valid for the domain being associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssociateDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-