Interface DeleteConditionalForwarderRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteConditionalForwarderRequest.Builder,
,DeleteConditionalForwarderRequest> DirectoryRequest.Builder
,SdkBuilder<DeleteConditionalForwarderRequest.Builder,
,DeleteConditionalForwarderRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteConditionalForwarderRequest
@Mutable
@NotThreadSafe
public static interface DeleteConditionalForwarderRequest.Builder
extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DeleteConditionalForwarderRequest.Builder,DeleteConditionalForwarderRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) The directory ID for which you are deleting the conditional forwarder.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.remoteDomainName
(String remoteDomainName) The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.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.services.directory.model.DirectoryRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
directoryId
The directory ID for which you are deleting the conditional forwarder.
- Parameters:
directoryId
- The directory ID for which you are deleting the conditional forwarder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteDomainName
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
- Parameters:
remoteDomainName
- The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteConditionalForwarderRequest.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
DeleteConditionalForwarderRequest.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.
-