Interface InstancePatchStateFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstancePatchStateFilter.Builder,InstancePatchStateFilter>,SdkBuilder<InstancePatchStateFilter.Builder,InstancePatchStateFilter>,SdkPojo
- Enclosing class:
- InstancePatchStateFilter
public static interface InstancePatchStateFilter.Builder extends SdkPojo, CopyableBuilder<InstancePatchStateFilter.Builder,InstancePatchStateFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstancePatchStateFilter.Builderkey(String key)The key for the filter.InstancePatchStateFilter.Buildertype(String type)The type of comparison that should be performed for the value.InstancePatchStateFilter.Buildertype(InstancePatchStateOperatorType type)The type of comparison that should be performed for the value.InstancePatchStateFilter.Buildervalues(String... values)The value for the filter.InstancePatchStateFilter.Buildervalues(Collection<String> values)The value for 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
-
key
InstancePatchStateFilter.Builder key(String key)
The key for the filter. Supported values include the following:
-
InstalledCount -
InstalledOtherCount -
InstalledPendingRebootCount -
InstalledRejectedCount -
MissingCount -
FailedCount -
UnreportedNotApplicableCount -
NotApplicableCount
- Parameters:
key- The key for the filter. Supported values include the following:-
InstalledCount -
InstalledOtherCount -
InstalledPendingRebootCount -
InstalledRejectedCount -
MissingCount -
FailedCount -
UnreportedNotApplicableCount -
NotApplicableCount
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
values
InstancePatchStateFilter.Builder values(Collection<String> values)
The value for the filter. Must be an integer greater than or equal to 0.
- Parameters:
values- The value for the filter. Must be an integer greater than or equal to 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
InstancePatchStateFilter.Builder values(String... values)
The value for the filter. Must be an integer greater than or equal to 0.
- Parameters:
values- The value for the filter. Must be an integer greater than or equal to 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
InstancePatchStateFilter.Builder type(String type)
The type of comparison that should be performed for the value.
- Parameters:
type- The type of comparison that should be performed for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstancePatchStateOperatorType,InstancePatchStateOperatorType
-
type
InstancePatchStateFilter.Builder type(InstancePatchStateOperatorType type)
The type of comparison that should be performed for the value.
- Parameters:
type- The type of comparison that should be performed for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InstancePatchStateOperatorType,InstancePatchStateOperatorType
-
-