Interface ControlOperationFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ControlOperationFilter.Builder,ControlOperationFilter>,SdkBuilder<ControlOperationFilter.Builder,ControlOperationFilter>,SdkPojo
- Enclosing class:
- ControlOperationFilter
public static interface ControlOperationFilter.Builder extends SdkPojo, CopyableBuilder<ControlOperationFilter.Builder,ControlOperationFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ControlOperationFilter.BuildercontrolIdentifiers(String... controlIdentifiers)The set ofcontrolIdentifierreturned by the filter.ControlOperationFilter.BuildercontrolIdentifiers(Collection<String> controlIdentifiers)The set ofcontrolIdentifierreturned by the filter.ControlOperationFilter.BuildercontrolOperationTypes(Collection<ControlOperationType> controlOperationTypes)The set ofControlOperationobjects returned by the filter.ControlOperationFilter.BuildercontrolOperationTypes(ControlOperationType... controlOperationTypes)The set ofControlOperationobjects returned by the filter.ControlOperationFilter.BuildercontrolOperationTypesWithStrings(String... controlOperationTypes)The set ofControlOperationobjects returned by the filter.ControlOperationFilter.BuildercontrolOperationTypesWithStrings(Collection<String> controlOperationTypes)The set ofControlOperationobjects returned by the filter.ControlOperationFilter.BuilderenabledControlIdentifiers(String... enabledControlIdentifiers)The setcontrolIdentifierof enabled controls selected by the filter.ControlOperationFilter.BuilderenabledControlIdentifiers(Collection<String> enabledControlIdentifiers)The setcontrolIdentifierof enabled controls selected by the filter.ControlOperationFilter.Builderstatuses(Collection<ControlOperationStatus> statuses)Lists the status of control operations.ControlOperationFilter.Builderstatuses(ControlOperationStatus... statuses)Lists the status of control operations.ControlOperationFilter.BuilderstatusesWithStrings(String... statuses)Lists the status of control operations.ControlOperationFilter.BuilderstatusesWithStrings(Collection<String> statuses)Lists the status of control operations.ControlOperationFilter.BuildertargetIdentifiers(String... targetIdentifiers)The set oftargetIdentifierobjects returned by the filter.ControlOperationFilter.BuildertargetIdentifiers(Collection<String> targetIdentifiers)The set oftargetIdentifierobjects returned by the filter.-
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
-
controlIdentifiers
ControlOperationFilter.Builder controlIdentifiers(Collection<String> controlIdentifiers)
The set of
controlIdentifierreturned by the filter.- Parameters:
controlIdentifiers- The set ofcontrolIdentifierreturned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlIdentifiers
ControlOperationFilter.Builder controlIdentifiers(String... controlIdentifiers)
The set of
controlIdentifierreturned by the filter.- Parameters:
controlIdentifiers- The set ofcontrolIdentifierreturned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlOperationTypesWithStrings
ControlOperationFilter.Builder controlOperationTypesWithStrings(Collection<String> controlOperationTypes)
The set of
ControlOperationobjects returned by the filter.- Parameters:
controlOperationTypes- The set ofControlOperationobjects returned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlOperationTypesWithStrings
ControlOperationFilter.Builder controlOperationTypesWithStrings(String... controlOperationTypes)
The set of
ControlOperationobjects returned by the filter.- Parameters:
controlOperationTypes- The set ofControlOperationobjects returned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlOperationTypes
ControlOperationFilter.Builder controlOperationTypes(Collection<ControlOperationType> controlOperationTypes)
The set of
ControlOperationobjects returned by the filter.- Parameters:
controlOperationTypes- The set ofControlOperationobjects returned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
controlOperationTypes
ControlOperationFilter.Builder controlOperationTypes(ControlOperationType... controlOperationTypes)
The set of
ControlOperationobjects returned by the filter.- Parameters:
controlOperationTypes- The set ofControlOperationobjects returned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledControlIdentifiers
ControlOperationFilter.Builder enabledControlIdentifiers(Collection<String> enabledControlIdentifiers)
The set
controlIdentifierof enabled controls selected by the filter.- Parameters:
enabledControlIdentifiers- The setcontrolIdentifierof enabled controls selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabledControlIdentifiers
ControlOperationFilter.Builder enabledControlIdentifiers(String... enabledControlIdentifiers)
The set
controlIdentifierof enabled controls selected by the filter.- Parameters:
enabledControlIdentifiers- The setcontrolIdentifierof enabled controls selected by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
ControlOperationFilter.Builder statusesWithStrings(Collection<String> statuses)
Lists the status of control operations.
- Parameters:
statuses- Lists the status of control operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
ControlOperationFilter.Builder statusesWithStrings(String... statuses)
Lists the status of control operations.
- Parameters:
statuses- Lists the status of control operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
ControlOperationFilter.Builder statuses(Collection<ControlOperationStatus> statuses)
Lists the status of control operations.
- Parameters:
statuses- Lists the status of control operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
ControlOperationFilter.Builder statuses(ControlOperationStatus... statuses)
Lists the status of control operations.
- Parameters:
statuses- Lists the status of control operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetIdentifiers
ControlOperationFilter.Builder targetIdentifiers(Collection<String> targetIdentifiers)
The set of
targetIdentifierobjects returned by the filter.- Parameters:
targetIdentifiers- The set oftargetIdentifierobjects returned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetIdentifiers
ControlOperationFilter.Builder targetIdentifiers(String... targetIdentifiers)
The set of
targetIdentifierobjects returned by the filter.- Parameters:
targetIdentifiers- The set oftargetIdentifierobjects returned by the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-