Interface DisassociateCustomDomainRequest.Builder
- All Superinterfaces:
AppRunnerRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DisassociateCustomDomainRequest.Builder,
,DisassociateCustomDomainRequest> SdkBuilder<DisassociateCustomDomainRequest.Builder,
,DisassociateCustomDomainRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DisassociateCustomDomainRequest
public static interface DisassociateCustomDomainRequest.Builder
extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<DisassociateCustomDomainRequest.Builder,DisassociateCustomDomainRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) The domain name that you want to disassociate from the App Runner service.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceArn
(String serviceArn) The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.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, sdkFields
-
Method Details
-
serviceArn
The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
- Parameters:
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
The domain name that you want to disassociate from the App Runner service.
- Parameters:
domainName
- The domain name that you want to disassociate from the App Runner service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateCustomDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateCustomDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-