Class CreateAvailabilityConfigurationRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        An idempotent token that ensures that an API request is executed only once.

        Returns:
        An idempotent token that ensures that an API request is executed only once.
      • organizationId

        public final String organizationId()

        The WorkMail organization for which the AvailabilityConfiguration will be created.

        Returns:
        The WorkMail organization for which the AvailabilityConfiguration will be created.
      • domainName

        public final String domainName()

        The domain to which the provider applies.

        Returns:
        The domain to which the provider applies.
      • ewsProvider

        public final EwsAvailabilityProvider ewsProvider()

        Exchange Web Services (EWS) availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider.

        Returns:
        Exchange Web Services (EWS) availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider.
      • lambdaProvider

        public final LambdaAvailabilityProvider lambdaProvider()

        Lambda availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider.

        Returns:
        Lambda availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object