public static interface SnapshotFilter.Builder extends SdkPojo, CopyableBuilder<SnapshotFilter.Builder,SnapshotFilter>
| Modifier and Type | Method and Description |
|---|---|
SnapshotFilter.Builder |
name(SnapshotFilterName name)
The name of the filter to use.
|
SnapshotFilter.Builder |
name(String name)
The name of the filter to use.
|
SnapshotFilter.Builder |
values(Collection<String> values)
The
file-system-id or volume-id that you are filtering for. |
SnapshotFilter.Builder |
values(String... values)
The
file-system-id or volume-id that you are filtering for. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotFilter.Builder name(String name)
The name of the filter to use. You can filter by the file-system-id or by volume-id
.
name - The name of the filter to use. You can filter by the file-system-id or by
volume-id.SnapshotFilterName,
SnapshotFilterNameSnapshotFilter.Builder name(SnapshotFilterName name)
The name of the filter to use. You can filter by the file-system-id or by volume-id
.
name - The name of the filter to use. You can filter by the file-system-id or by
volume-id.SnapshotFilterName,
SnapshotFilterNameSnapshotFilter.Builder values(Collection<String> values)
The file-system-id or volume-id that you are filtering for.
values - The file-system-id or volume-id that you are filtering for.SnapshotFilter.Builder values(String... values)
The file-system-id or volume-id that you are filtering for.
values - The file-system-id or volume-id that you are filtering for.Copyright © 2023. All rights reserved.