Interface PatchOrchestratorFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PatchOrchestratorFilter.Builder,PatchOrchestratorFilter>,SdkBuilder<PatchOrchestratorFilter.Builder,PatchOrchestratorFilter>,SdkPojo
- Enclosing class:
- PatchOrchestratorFilter
@Mutable @NotThreadSafe public static interface PatchOrchestratorFilter.Builder extends SdkPojo, CopyableBuilder<PatchOrchestratorFilter.Builder,PatchOrchestratorFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatchOrchestratorFilter.Builderkey(String key)The key for the filter.PatchOrchestratorFilter.Buildervalues(String... values)The value for the filter.PatchOrchestratorFilter.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
PatchOrchestratorFilter.Builder key(String key)
The key for the filter.
- Parameters:
key- The key for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
PatchOrchestratorFilter.Builder values(Collection<String> values)
The value for the filter.
- Parameters:
values- The value for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
PatchOrchestratorFilter.Builder values(String... values)
The value for the filter.
- Parameters:
values- The value for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-