Interface AutomatedReasoningPolicyStatementLocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyStatementLocation.Builder,,AutomatedReasoningPolicyStatementLocation> SdkBuilder<AutomatedReasoningPolicyStatementLocation.Builder,,AutomatedReasoningPolicyStatementLocation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyStatementLocation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyStatementLocation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyStatementLocation.Builder,AutomatedReasoningPolicyStatementLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe line numbers in the source document where this statement appears.lines(Collection<Integer> lines) The line numbers in the source document where this statement appears.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
-
lines
The line numbers in the source document where this statement appears.
- Parameters:
lines- The line numbers in the source document where this statement appears.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lines
The line numbers in the source document where this statement appears.
- Parameters:
lines- The line numbers in the source document where this statement appears.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-