Interface TopicSingularFilterConstant.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TopicSingularFilterConstant.Builder,TopicSingularFilterConstant>,SdkBuilder<TopicSingularFilterConstant.Builder,TopicSingularFilterConstant>,SdkPojo
- Enclosing class:
- TopicSingularFilterConstant
public static interface TopicSingularFilterConstant.Builder extends SdkPojo, CopyableBuilder<TopicSingularFilterConstant.Builder,TopicSingularFilterConstant>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicSingularFilterConstant.BuilderconstantType(String constantType)The type of the singular filter constant.TopicSingularFilterConstant.BuilderconstantType(ConstantType constantType)The type of the singular filter constant.TopicSingularFilterConstant.BuildersingularConstant(String singularConstant)The value of the singular filter constant.-
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
-
constantType
TopicSingularFilterConstant.Builder constantType(String constantType)
The type of the singular filter constant. Valid values for this structure are
SINGULAR.- Parameters:
constantType- The type of the singular filter constant. Valid values for this structure areSINGULAR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConstantType,ConstantType
-
constantType
TopicSingularFilterConstant.Builder constantType(ConstantType constantType)
The type of the singular filter constant. Valid values for this structure are
SINGULAR.- Parameters:
constantType- The type of the singular filter constant. Valid values for this structure areSINGULAR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConstantType,ConstantType
-
singularConstant
TopicSingularFilterConstant.Builder singularConstant(String singularConstant)
The value of the singular filter constant.
- Parameters:
singularConstant- The value of the singular filter constant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-