public static interface TestAvailabilityConfigurationRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<TestAvailabilityConfigurationRequest.Builder,TestAvailabilityConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestAvailabilityConfigurationRequest.Builder organizationId(String organizationId)
The WorkMail organization where the availability provider will be tested.
organizationId - The WorkMail organization where the availability provider will be tested.TestAvailabilityConfigurationRequest.Builder domainName(String domainName)
The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.
domainName - The domain to which the provider applies. If this field is provided, a stored availability provider
associated to this domain name will be tested.TestAvailabilityConfigurationRequest.Builder ewsProvider(EwsAvailabilityProvider ewsProvider)
ewsProvider - The new value for the EwsProvider property for this object.default TestAvailabilityConfigurationRequest.Builder ewsProvider(Consumer<EwsAvailabilityProvider.Builder> ewsProvider)
EwsAvailabilityProvider.Builder avoiding
the need to create one manually via EwsAvailabilityProvider.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ewsProvider(EwsAvailabilityProvider).
ewsProvider - a consumer that will call methods on EwsAvailabilityProvider.BuilderewsProvider(EwsAvailabilityProvider)TestAvailabilityConfigurationRequest.Builder lambdaProvider(LambdaAvailabilityProvider lambdaProvider)
lambdaProvider - The new value for the LambdaProvider property for this object.default TestAvailabilityConfigurationRequest.Builder lambdaProvider(Consumer<LambdaAvailabilityProvider.Builder> lambdaProvider)
LambdaAvailabilityProvider.Builder
avoiding the need to create one manually via LambdaAvailabilityProvider.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to lambdaProvider(LambdaAvailabilityProvider).
lambdaProvider - a consumer that will call methods on LambdaAvailabilityProvider.BuilderlambdaProvider(LambdaAvailabilityProvider)TestAvailabilityConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestAvailabilityConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.