Interface SnapshotFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SnapshotFilter.Builder,SnapshotFilter>,SdkBuilder<SnapshotFilter.Builder,SnapshotFilter>,SdkPojo
- Enclosing class:
- SnapshotFilter
public static interface SnapshotFilter.Builder extends SdkPojo, CopyableBuilder<SnapshotFilter.Builder,SnapshotFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotFilter.Buildername(String name)The name of the filter to use.SnapshotFilter.Buildername(SnapshotFilterName name)The name of the filter to use.SnapshotFilter.Buildervalues(String... values)Thefile-system-idorvolume-idthat you are filtering for.SnapshotFilter.Buildervalues(Collection<String> values)Thefile-system-idorvolume-idthat you are filtering for.-
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
SnapshotFilter.Builder name(String name)
The name of the filter to use. You can filter by the
file-system-idor byvolume-id.- Parameters:
name- The name of the filter to use. You can filter by thefile-system-idor byvolume-id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotFilterName,SnapshotFilterName
-
name
SnapshotFilter.Builder name(SnapshotFilterName name)
The name of the filter to use. You can filter by the
file-system-idor byvolume-id.- Parameters:
name- The name of the filter to use. You can filter by thefile-system-idor byvolume-id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SnapshotFilterName,SnapshotFilterName
-
values
SnapshotFilter.Builder values(Collection<String> values)
The
file-system-idorvolume-idthat you are filtering for.- Parameters:
values- Thefile-system-idorvolume-idthat you are filtering for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
SnapshotFilter.Builder values(String... values)
The
file-system-idorvolume-idthat you are filtering for.- Parameters:
values- Thefile-system-idorvolume-idthat you are filtering for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-