Interface RowScope.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RowScope.Builder,,RowScope> SdkBuilder<RowScope.Builder,,RowScope> SdkPojo
- Enclosing class:
RowScope
@Mutable
@NotThreadSafe
public static interface RowScope.Builder
extends SdkPojo, CopyableBuilder<RowScope.Builder,RowScope>
-
Method Summary
Modifier and TypeMethodDescriptionThe field (column) the allowlist applies to (e.g., "serviceName", "accountId").Match operator applied to this filter's values.operator(RowScopeOperator operator) Match operator applied to this filter's values.The values the field is matched against.values(Collection<String> values) The values the field is matched against.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
-
field
The field (column) the allowlist applies to (e.g., "serviceName", "accountId").
- Parameters:
field- The field (column) the allowlist applies to (e.g., "serviceName", "accountId").- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
Match operator applied to this filter's values.
- Parameters:
operator- Match operator applied to this filter's values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
Match operator applied to this filter's values.
- Parameters:
operator- Match operator applied to this filter's values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
values
The values the field is matched against.
- Parameters:
values- The values the field is matched against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values the field is matched against.
- Parameters:
values- The values the field is matched against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-