Interface StackInstanceFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StackInstanceFilter.Builder,,StackInstanceFilter> SdkBuilder<StackInstanceFilter.Builder,,StackInstanceFilter> SdkPojo
- Enclosing class:
- StackInstanceFilter
@Mutable
@NotThreadSafe
public static interface StackInstanceFilter.Builder
extends SdkPojo, CopyableBuilder<StackInstanceFilter.Builder,StackInstanceFilter>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of filter to apply.name(StackInstanceFilterName name) The type of filter to apply.The status to filter by.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-