Interface AutomatedReasoningCheckInputTextReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningCheckInputTextReference.Builder,
,AutomatedReasoningCheckInputTextReference> SdkBuilder<AutomatedReasoningCheckInputTextReference.Builder,
,AutomatedReasoningCheckInputTextReference> SdkPojo
- Enclosing class:
AutomatedReasoningCheckInputTextReference
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningCheckInputTextReference.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningCheckInputTextReference.Builder,AutomatedReasoningCheckInputTextReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe specific text from the original input that this reference points to.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
-
text
The specific text from the original input that this reference points to.
- Parameters:
text
- The specific text from the original input that this reference points to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-