Interface DescribeUpdateDirectoryResponse.Builder

    • Method Detail

      • updateActivities

        DescribeUpdateDirectoryResponse.Builder updateActivities​(Collection<UpdateInfoEntry> updateActivities)

        The list of update activities on a directory for the requested update type.

        Parameters:
        updateActivities - The list of update activities on a directory for the requested update type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateActivities

        DescribeUpdateDirectoryResponse.Builder updateActivities​(UpdateInfoEntry... updateActivities)

        The list of update activities on a directory for the requested update type.

        Parameters:
        updateActivities - The list of update activities on a directory for the requested update type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeUpdateDirectoryResponse.Builder nextToken​(String nextToken)

        If not null, more results are available. Pass this value for the NextToken parameter.

        Parameters:
        nextToken - If not null, more results are available. Pass this value for the NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.