Interface UpdateInfoEntry.Builder

    • Method Detail

      • region

        UpdateInfoEntry.Builder region​(String region)

        The name of the Region.

        Parameters:
        region - The name of the Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateInfoEntry.Builder status​(String status)

        The status of the update performed on the directory.

        Parameters:
        status - The status of the update performed on the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateStatus, UpdateStatus
      • status

        UpdateInfoEntry.Builder status​(UpdateStatus status)

        The status of the update performed on the directory.

        Parameters:
        status - The status of the update performed on the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UpdateStatus, UpdateStatus
      • statusReason

        UpdateInfoEntry.Builder statusReason​(String statusReason)

        The reason for the current status of the update type activity.

        Parameters:
        statusReason - The reason for the current status of the update type activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initiatedBy

        UpdateInfoEntry.Builder initiatedBy​(String initiatedBy)

        This specifies if the update was initiated by the customer or by the service team.

        Parameters:
        initiatedBy - This specifies if the update was initiated by the customer or by the service team.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • newValue

        UpdateInfoEntry.Builder newValue​(UpdateValue newValue)

        The new value of the target setting.

        Parameters:
        newValue - The new value of the target setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • previousValue

        UpdateInfoEntry.Builder previousValue​(UpdateValue previousValue)

        The old value of the target setting.

        Parameters:
        previousValue - The old value of the target setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        UpdateInfoEntry.Builder startTime​(Instant startTime)

        The start time of the UpdateDirectorySetup for the particular type.

        Parameters:
        startTime - The start time of the UpdateDirectorySetup for the particular type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        UpdateInfoEntry.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The last updated date and time of a particular directory setting.

        Parameters:
        lastUpdatedDateTime - The last updated date and time of a particular directory setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.