Interface ListAvailabilityConfigurationsResponse.Builder

    • Method Detail

      • availabilityConfigurations

        ListAvailabilityConfigurationsResponse.Builder availabilityConfigurations​(Collection<AvailabilityConfiguration> availabilityConfigurations)

        The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.

        Parameters:
        availabilityConfigurations - The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityConfigurations

        ListAvailabilityConfigurationsResponse.Builder availabilityConfigurations​(AvailabilityConfiguration... availabilityConfigurations)

        The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.

        Parameters:
        availabilityConfigurations - The list of AvailabilityConfiguration's that exist for the specified WorkMail organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAvailabilityConfigurationsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. The value is null when there are no further results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. The value is null when there are no further results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.