Interface TemplateSectionInstruction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateSectionInstruction.Builder,,TemplateSectionInstruction> SdkBuilder<TemplateSectionInstruction.Builder,,TemplateSectionInstruction> SdkPojo
- Enclosing class:
TemplateSectionInstruction
@Mutable
@NotThreadSafe
public static interface TemplateSectionInstruction.Builder
extends SdkPojo, CopyableBuilder<TemplateSectionInstruction.Builder,TemplateSectionInstruction>
-
Method Summary
Modifier and TypeMethodDescriptionsectionHeader(String sectionHeader) The header for this section of the templatesectionInstruction(String sectionInstruction) The instruction for generating this sectionMethods 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
-
sectionHeader
The header for this section of the template
- Parameters:
sectionHeader- The header for this section of the template- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sectionInstruction
The instruction for generating this section
- Parameters:
sectionInstruction- The instruction for generating this section- Returns:
- Returns a reference to this object so that method calls can be chained together.
-