Interface CustomActionAttachmentCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomActionAttachmentCriteria.Builder,
,CustomActionAttachmentCriteria> SdkBuilder<CustomActionAttachmentCriteria.Builder,
,CustomActionAttachmentCriteria> SdkPojo
- Enclosing class:
CustomActionAttachmentCriteria
@Mutable
@NotThreadSafe
public static interface CustomActionAttachmentCriteria.Builder
extends SdkPojo, CopyableBuilder<CustomActionAttachmentCriteria.Builder,CustomActionAttachmentCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionThe operation to perform on the named variable.The operation to perform on the named variable.A value that is compared with the actual value of the variable based on the behavior of the operator.variableName
(String variableName) The name of the variable to operate on.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 Details
-
operator
The operation to perform on the named variable.
- Parameters:
operator
- The operation to perform on the named variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
The operation to perform on the named variable.
- Parameters:
operator
- The operation to perform on the named variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
variableName
The name of the variable to operate on.
- Parameters:
variableName
- The name of the variable to operate on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
A value that is compared with the actual value of the variable based on the behavior of the operator.
- Parameters:
value
- A value that is compared with the actual value of the variable based on the behavior of the operator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-