public static interface AvailabilityConfiguration.Builder extends SdkPojo, CopyableBuilder<AvailabilityConfiguration.Builder,AvailabilityConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AvailabilityConfiguration.Builder |
dateCreated(Instant dateCreated)
The date and time at which the availability configuration was created.
|
AvailabilityConfiguration.Builder |
dateModified(Instant dateModified)
The date and time at which the availability configuration was last modified.
|
AvailabilityConfiguration.Builder |
domainName(String domainName)
Displays the domain to which the provider applies.
|
default AvailabilityConfiguration.Builder |
ewsProvider(Consumer<RedactedEwsAvailabilityProvider.Builder> ewsProvider)
If
ProviderType is EWS, then this field contains
RedactedEwsAvailabilityProvider. |
AvailabilityConfiguration.Builder |
ewsProvider(RedactedEwsAvailabilityProvider ewsProvider)
If
ProviderType is EWS, then this field contains
RedactedEwsAvailabilityProvider. |
default AvailabilityConfiguration.Builder |
lambdaProvider(Consumer<LambdaAvailabilityProvider.Builder> lambdaProvider)
If ProviderType is
LAMBDA then this field contains LambdaAvailabilityProvider. |
AvailabilityConfiguration.Builder |
lambdaProvider(LambdaAvailabilityProvider lambdaProvider)
If ProviderType is
LAMBDA then this field contains LambdaAvailabilityProvider. |
AvailabilityConfiguration.Builder |
providerType(AvailabilityProviderType providerType)
Displays the provider type that applies to this domain.
|
AvailabilityConfiguration.Builder |
providerType(String providerType)
Displays the provider type that applies to this domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAvailabilityConfiguration.Builder domainName(String domainName)
Displays the domain to which the provider applies.
domainName - Displays the domain to which the provider applies.AvailabilityConfiguration.Builder providerType(String providerType)
Displays the provider type that applies to this domain.
providerType - Displays the provider type that applies to this domain.AvailabilityProviderType,
AvailabilityProviderTypeAvailabilityConfiguration.Builder providerType(AvailabilityProviderType providerType)
Displays the provider type that applies to this domain.
providerType - Displays the provider type that applies to this domain.AvailabilityProviderType,
AvailabilityProviderTypeAvailabilityConfiguration.Builder ewsProvider(RedactedEwsAvailabilityProvider ewsProvider)
If ProviderType is EWS, then this field contains
RedactedEwsAvailabilityProvider. Otherwise, it is not required.
ewsProvider - If ProviderType is EWS, then this field contains
RedactedEwsAvailabilityProvider. Otherwise, it is not required.default AvailabilityConfiguration.Builder ewsProvider(Consumer<RedactedEwsAvailabilityProvider.Builder> ewsProvider)
If ProviderType is EWS, then this field contains
RedactedEwsAvailabilityProvider. Otherwise, it is not required.
RedactedEwsAvailabilityProvider.Builder
avoiding the need to create one manually via RedactedEwsAvailabilityProvider.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ewsProvider(RedactedEwsAvailabilityProvider).
ewsProvider - a consumer that will call methods on RedactedEwsAvailabilityProvider.BuilderewsProvider(RedactedEwsAvailabilityProvider)AvailabilityConfiguration.Builder lambdaProvider(LambdaAvailabilityProvider lambdaProvider)
If ProviderType is LAMBDA then this field contains LambdaAvailabilityProvider.
Otherwise, it is not required.
lambdaProvider - If ProviderType is LAMBDA then this field contains
LambdaAvailabilityProvider. Otherwise, it is not required.default AvailabilityConfiguration.Builder lambdaProvider(Consumer<LambdaAvailabilityProvider.Builder> lambdaProvider)
If ProviderType is LAMBDA then this field contains LambdaAvailabilityProvider.
Otherwise, it is not required.
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)AvailabilityConfiguration.Builder dateCreated(Instant dateCreated)
The date and time at which the availability configuration was created.
dateCreated - The date and time at which the availability configuration was created.AvailabilityConfiguration.Builder dateModified(Instant dateModified)
The date and time at which the availability configuration was last modified.
dateModified - The date and time at which the availability configuration was last modified.Copyright © 2022. All rights reserved.