public static interface TopicSingularFilterConstant.Builder extends SdkPojo, CopyableBuilder<TopicSingularFilterConstant.Builder,TopicSingularFilterConstant>
| Modifier and Type | Method and Description |
|---|---|
TopicSingularFilterConstant.Builder |
constantType(ConstantType constantType)
The type of the singular filter constant.
|
TopicSingularFilterConstant.Builder |
constantType(String constantType)
The type of the singular filter constant.
|
TopicSingularFilterConstant.Builder |
singularConstant(String singularConstant)
The value of the singular filter constant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicSingularFilterConstant.Builder constantType(String constantType)
The type of the singular filter constant. Valid values for this structure are SINGULAR.
constantType - The type of the singular filter constant. Valid values for this structure are SINGULAR.ConstantType,
ConstantTypeTopicSingularFilterConstant.Builder constantType(ConstantType constantType)
The type of the singular filter constant. Valid values for this structure are SINGULAR.
constantType - The type of the singular filter constant. Valid values for this structure are SINGULAR.ConstantType,
ConstantTypeTopicSingularFilterConstant.Builder singularConstant(String singularConstant)
The value of the singular filter constant.
singularConstant - The value of the singular filter constant.Copyright © 2023. All rights reserved.