Interface TestAvailabilityConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TestAvailabilityConfigurationRequest.Builder,TestAvailabilityConfigurationRequest>,SdkBuilder<TestAvailabilityConfigurationRequest.Builder,TestAvailabilityConfigurationRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- TestAvailabilityConfigurationRequest
public static interface TestAvailabilityConfigurationRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<TestAvailabilityConfigurationRequest.Builder,TestAvailabilityConfigurationRequest>
-
-
Method Summary
-
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
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
-
-
-
Method Detail
-
organizationId
TestAvailabilityConfigurationRequest.Builder organizationId(String organizationId)
The WorkMail organization where the availability provider will be tested.
- Parameters:
organizationId- The WorkMail organization where the availability provider will be tested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ewsProvider
TestAvailabilityConfigurationRequest.Builder ewsProvider(EwsAvailabilityProvider ewsProvider)
Sets the value of the EwsProvider property for this object.- Parameters:
ewsProvider- The new value for the EwsProvider property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ewsProvider
default TestAvailabilityConfigurationRequest.Builder ewsProvider(Consumer<EwsAvailabilityProvider.Builder> ewsProvider)
Sets the value of the EwsProvider property for this object. This is a convenience method that creates an instance of theEwsAvailabilityProvider.Builderavoiding the need to create one manually viaEwsAvailabilityProvider.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toewsProvider(EwsAvailabilityProvider).- Parameters:
ewsProvider- a consumer that will call methods onEwsAvailabilityProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ewsProvider(EwsAvailabilityProvider)
-
lambdaProvider
TestAvailabilityConfigurationRequest.Builder lambdaProvider(LambdaAvailabilityProvider lambdaProvider)
Sets the value of the LambdaProvider property for this object.- Parameters:
lambdaProvider- The new value for the LambdaProvider property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaProvider
default TestAvailabilityConfigurationRequest.Builder lambdaProvider(Consumer<LambdaAvailabilityProvider.Builder> lambdaProvider)
Sets the value of the LambdaProvider property for this object. This is a convenience method that creates an instance of theLambdaAvailabilityProvider.Builderavoiding the need to create one manually viaLambdaAvailabilityProvider.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolambdaProvider(LambdaAvailabilityProvider).- Parameters:
lambdaProvider- a consumer that will call methods onLambdaAvailabilityProvider.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lambdaProvider(LambdaAvailabilityProvider)
-
overrideConfiguration
TestAvailabilityConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TestAvailabilityConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-