Interface Filter.Builder
-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter.Buildername(String name)ForListEntities, the supported value for this is anEntityId.Filter.BuildervalueList(String... valueList)ListEntities- This is a list of uniqueEntityIds.Filter.BuildervalueList(Collection<String> valueList)ListEntities- This is a list of uniqueEntityIds.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
Filter.Builder name(String name)
For
ListEntities, the supported value for this is anEntityId.For
ListChangeSets, the supported values are as follows:- Parameters:
name- ForListEntities, the supported value for this is anEntityId.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 uniqueEntityIds.ListChangeSets- The supported filter names and associatedValueLists is as follows:-
ChangeSetName- The supportedValueListis a list of non-uniqueChangeSetNames. These are defined when you call theStartChangeSetaction. -
Status- The supportedValueListis a list of statuses for all change set requests. -
EntityId- The supportedValueListis a list of uniqueEntityIds. -
BeforeStartTime- The supportedValueListis a list of all change sets that started before the filter value. -
AfterStartTime- The supportedValueListis a list of all change sets that started after the filter value. -
BeforeEndTime- The supportedValueListis a list of all change sets that ended before the filter value. -
AfterEndTime- The supportedValueListis a list of all change sets that ended after the filter value.
- Parameters:
valueList-ListEntities- This is a list of uniqueEntityIds.ListChangeSets- The supported filter names and associatedValueLists is as follows:-
ChangeSetName- The supportedValueListis a list of non-uniqueChangeSetNames. These are defined when you call theStartChangeSetaction. -
Status- The supportedValueListis a list of statuses for all change set requests. -
EntityId- The supportedValueListis a list of uniqueEntityIds. -
BeforeStartTime- The supportedValueListis a list of all change sets that started before the filter value. -
AfterStartTime- The supportedValueListis a list of all change sets that started after the filter value. -
BeforeEndTime- The supportedValueListis a list of all change sets that ended before the filter value. -
AfterEndTime- The supportedValueListis 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 uniqueEntityIds.ListChangeSets- The supported filter names and associatedValueLists is as follows:-
ChangeSetName- The supportedValueListis a list of non-uniqueChangeSetNames. These are defined when you call theStartChangeSetaction. -
Status- The supportedValueListis a list of statuses for all change set requests. -
EntityId- The supportedValueListis a list of uniqueEntityIds. -
BeforeStartTime- The supportedValueListis a list of all change sets that started before the filter value. -
AfterStartTime- The supportedValueListis a list of all change sets that started after the filter value. -
BeforeEndTime- The supportedValueListis a list of all change sets that ended before the filter value. -
AfterEndTime- The supportedValueListis a list of all change sets that ended after the filter value.
- Parameters:
valueList-ListEntities- This is a list of uniqueEntityIds.ListChangeSets- The supported filter names and associatedValueLists is as follows:-
ChangeSetName- The supportedValueListis a list of non-uniqueChangeSetNames. These are defined when you call theStartChangeSetaction. -
Status- The supportedValueListis a list of statuses for all change set requests. -
EntityId- The supportedValueListis a list of uniqueEntityIds. -
BeforeStartTime- The supportedValueListis a list of all change sets that started before the filter value. -
AfterStartTime- The supportedValueListis a list of all change sets that started after the filter value. -
BeforeEndTime- The supportedValueListis a list of all change sets that ended before the filter value. -
AfterEndTime- The supportedValueListis 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.
-
-
-