Interface VisibilityConditions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<VisibilityConditions.Builder,VisibilityConditions>
,SdkBuilder<VisibilityConditions.Builder,VisibilityConditions>
,SdkPojo
- Enclosing class:
- VisibilityConditions
public static interface VisibilityConditions.Builder extends SdkPojo, CopyableBuilder<VisibilityConditions.Builder,VisibilityConditions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VisibilityConditions.Builder
key(String key)
The key that specifies the tag that you're using to filter the search results.VisibilityConditions.Builder
value(String value)
The value for the tag that you're using to filter the search results.-
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
-
key
VisibilityConditions.Builder key(String key)
The key that specifies the tag that you're using to filter the search results. It must be in the following format:
Tags.<key>
.- Parameters:
key
- The key that specifies the tag that you're using to filter the search results. It must be in the following format:Tags.<key>
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
VisibilityConditions.Builder value(String value)
The value for the tag that you're using to filter the search results.
- Parameters:
value
- The value for the tag that you're using to filter the search results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-