Interface AutomatedReasoningPolicyAnnotatedLine.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyAnnotatedLine.Builder,,AutomatedReasoningPolicyAnnotatedLine> SdkBuilder<AutomatedReasoningPolicyAnnotatedLine.Builder,,AutomatedReasoningPolicyAnnotatedLine> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyAnnotatedLine
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyAnnotatedLine.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyAnnotatedLine.Builder,AutomatedReasoningPolicyAnnotatedLine>
-
Method Summary
Modifier and TypeMethodDescriptionlineNumber(Integer lineNumber) The line number of this text within the source document.The actual text content of this line from the source document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lineNumber
The line number of this text within the source document.
- Parameters:
lineNumber- The line number of this text within the source document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineText
The actual text content of this line from the source document.
- Parameters:
lineText- The actual text content of this line from the source document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-