Interface DescribeConditionalForwardersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>,DirectoryRequest.Builder,SdkBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeConditionalForwardersRequest
public static interface DescribeConditionalForwardersRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeConditionalForwardersRequest.Builder,DescribeConditionalForwardersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConditionalForwardersRequest.BuilderdirectoryId(String directoryId)The directory ID for which to get the list of associated conditional forwarders.DescribeConditionalForwardersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConditionalForwardersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeConditionalForwardersRequest.BuilderremoteDomainNames(String... remoteDomainNames)The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders.DescribeConditionalForwardersRequest.BuilderremoteDomainNames(Collection<String> remoteDomainNames)The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders.-
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, sdkFields
-
-
-
-
Method Detail
-
directoryId
DescribeConditionalForwardersRequest.Builder directoryId(String directoryId)
The directory ID for which to get the list of associated conditional forwarders.
- Parameters:
directoryId- The directory ID for which to get the list of associated conditional forwarders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteDomainNames
DescribeConditionalForwardersRequest.Builder remoteDomainNames(Collection<String> remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
- Parameters:
remoteDomainNames- The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteDomainNames
DescribeConditionalForwardersRequest.Builder remoteDomainNames(String... remoteDomainNames)
The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
- Parameters:
remoteDomainNames- The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConditionalForwardersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConditionalForwardersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-