Interface StackInstanceFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StackInstanceFilter.Builder,StackInstanceFilter>,SdkBuilder<StackInstanceFilter.Builder,StackInstanceFilter>,SdkPojo
- Enclosing class:
- StackInstanceFilter
public static interface StackInstanceFilter.Builder extends SdkPojo, CopyableBuilder<StackInstanceFilter.Builder,StackInstanceFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackInstanceFilter.Buildername(String name)The type of filter to apply.StackInstanceFilter.Buildername(StackInstanceFilterName name)The type of filter to apply.StackInstanceFilter.Buildervalues(String values)The status to filter by.-
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
-
name
StackInstanceFilter.Builder name(String name)
The type of filter to apply.
- Parameters:
name- The type of filter to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackInstanceFilterName,StackInstanceFilterName
-
name
StackInstanceFilter.Builder name(StackInstanceFilterName name)
The type of filter to apply.
- Parameters:
name- The type of filter to apply.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StackInstanceFilterName,StackInstanceFilterName
-
values
StackInstanceFilter.Builder values(String values)
The status to filter by.
- Parameters:
values- The status to filter by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-