Class UpdateAvailabilityConfigurationRequest

    • Method Detail

      • organizationId

        public final String organizationId()

        The WorkMail organization for which the AvailabilityConfiguration will be updated.

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

        public final String domainName()

        The domain to which the provider applies the availability configuration.

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

        public final EwsAvailabilityProvider ewsProvider()

        The EWS availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider. The previously stored provider will be overridden by the one provided.

        Returns:
        The EWS availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider. The previously stored provider will be overridden by the one provided.
      • lambdaProvider

        public final LambdaAvailabilityProvider lambdaProvider()

        The Lambda availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider. The previously stored provider will be overridden by the one provided.

        Returns:
        The Lambda availability provider definition. The request must contain exactly one provider definition, either EwsProvider or LambdaProvider. The previously stored provider will be overridden by the one provided.
      • 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