All Superinterfaces:
Buildable, CopyableBuilder<Filter.Builder,Filter>, SdkBuilder<Filter.Builder,Filter>, SdkPojo
Enclosing class:
Filter

public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
  • Method Details

    • name

      Filter.Builder name(String name)

      For ListEntities, the supported value for this is an EntityId.

      For ListChangeSets, the supported values are as follows:

      Parameters:
      name - For ListEntities, the supported value for this is an EntityId.

      For ListChangeSets, the supported values are as follows:

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueList

      Filter.Builder valueList(Collection<String> valueList)

      ListEntities - This is a list of unique EntityIds.

      ListChangeSets - The supported filter names and associated ValueLists is as follows:

      • ChangeSetName - The supported ValueList is a list of non-unique ChangeSetNames. These are defined when you call the StartChangeSet action.

      • Status - The supported ValueList is a list of statuses for all change set requests.

      • EntityId - The supported ValueList is a list of unique EntityIds.

      • BeforeStartTime - The supported ValueList is a list of all change sets that started before the filter value.

      • AfterStartTime - The supported ValueList is a list of all change sets that started after the filter value.

      • BeforeEndTime - The supported ValueList is a list of all change sets that ended before the filter value.

      • AfterEndTime - The supported ValueList is a list of all change sets that ended after the filter value.

      Parameters:
      valueList - ListEntities - This is a list of unique EntityIds.

      ListChangeSets - The supported filter names and associated ValueLists is as follows:

      • ChangeSetName - The supported ValueList is a list of non-unique ChangeSetNames. These are defined when you call the StartChangeSet action.

      • Status - The supported ValueList is a list of statuses for all change set requests.

      • EntityId - The supported ValueList is a list of unique EntityId s.

      • BeforeStartTime - The supported ValueList is a list of all change sets that started before the filter value.

      • AfterStartTime - The supported ValueList is a list of all change sets that started after the filter value.

      • BeforeEndTime - The supported ValueList is a list of all change sets that ended before the filter value.

      • AfterEndTime - The supported ValueList is a list of all change sets that ended after the filter value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • valueList

      Filter.Builder valueList(String... valueList)

      ListEntities - This is a list of unique EntityIds.

      ListChangeSets - The supported filter names and associated ValueLists is as follows:

      • ChangeSetName - The supported ValueList is a list of non-unique ChangeSetNames. These are defined when you call the StartChangeSet action.

      • Status - The supported ValueList is a list of statuses for all change set requests.

      • EntityId - The supported ValueList is a list of unique EntityIds.

      • BeforeStartTime - The supported ValueList is a list of all change sets that started before the filter value.

      • AfterStartTime - The supported ValueList is a list of all change sets that started after the filter value.

      • BeforeEndTime - The supported ValueList is a list of all change sets that ended before the filter value.

      • AfterEndTime - The supported ValueList is a list of all change sets that ended after the filter value.

      Parameters:
      valueList - ListEntities - This is a list of unique EntityIds.

      ListChangeSets - The supported filter names and associated ValueLists is as follows:

      • ChangeSetName - The supported ValueList is a list of non-unique ChangeSetNames. These are defined when you call the StartChangeSet action.

      • Status - The supported ValueList is a list of statuses for all change set requests.

      • EntityId - The supported ValueList is a list of unique EntityId s.

      • BeforeStartTime - The supported ValueList is a list of all change sets that started before the filter value.

      • AfterStartTime - The supported ValueList is a list of all change sets that started after the filter value.

      • BeforeEndTime - The supported ValueList is a list of all change sets that ended before the filter value.

      • AfterEndTime - The supported ValueList is a list of all change sets that ended after the filter value.

      Returns:
      Returns a reference to this object so that method calls can be chained together.