Class LoopControllerFlowNodeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.LoopControllerFlowNodeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LoopControllerFlowNodeConfiguration.Builder,LoopControllerFlowNodeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class LoopControllerFlowNodeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoopControllerFlowNodeConfiguration.Builder,LoopControllerFlowNodeConfiguration>
Contains configurations for the controller node of a DoWhile loop in the flow.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLoopControllerFlowNodeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoopControllerFlowNodeConfiguration.Builderbuilder()FlowConditioncontinueCondition()Specifies the condition that determines when the flow exits the DoWhile loop.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxIterations()Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LoopControllerFlowNodeConfiguration.Builder>serializableBuilderClass()LoopControllerFlowNodeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
continueCondition
public final FlowCondition continueCondition()
Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.
- Returns:
- Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.
-
maxIterations
public final Integer maxIterations()
Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.
- Returns:
- Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.
-
toBuilder
public LoopControllerFlowNodeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LoopControllerFlowNodeConfiguration.Builder,LoopControllerFlowNodeConfiguration>
-
builder
public static LoopControllerFlowNodeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends LoopControllerFlowNodeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-