Interface Filter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Filter.Builder,Filter>,SdkBuilder<Filter.Builder,Filter>,SdkPojo
- Enclosing class:
- Filter
public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter.BuilderresourceArns(String... resourceArns)The Amazon Resource Number (Arn) for an analytics store.Filter.BuilderresourceArns(Collection<String> resourceArns)The Amazon Resource Number (Arn) for an analytics store.Filter.Builderstatus(Collection<ShareStatus> status)The status of an annotation store version.Filter.Builderstatus(ShareStatus... status)The status of an annotation store version.Filter.BuilderstatusWithStrings(String... status)The status of an annotation store version.Filter.BuilderstatusWithStrings(Collection<String> status)The status of an annotation store version.-
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, sdkFields
-
-
-
-
Method Detail
-
resourceArns
Filter.Builder resourceArns(Collection<String> resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
- Parameters:
resourceArns- The Amazon Resource Number (Arn) for an analytics store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
Filter.Builder resourceArns(String... resourceArns)
The Amazon Resource Number (Arn) for an analytics store.
- Parameters:
resourceArns- The Amazon Resource Number (Arn) for an analytics store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
Filter.Builder statusWithStrings(Collection<String> status)
The status of an annotation store version.
- Parameters:
status- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
Filter.Builder statusWithStrings(String... status)
The status of an annotation store version.
- Parameters:
status- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter.Builder status(Collection<ShareStatus> status)
The status of an annotation store version.
- Parameters:
status- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Filter.Builder status(ShareStatus... status)
The status of an annotation store version.
- Parameters:
status- The status of an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-