Interface RemediationStep.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemediationStep.Builder,,RemediationStep> SdkBuilder<RemediationStep.Builder,,RemediationStep> SdkPojo
- Enclosing class:
RemediationStep
@Mutable
@NotThreadSafe
public static interface RemediationStep.Builder
extends SdkPojo, CopyableBuilder<RemediationStep.Builder,RemediationStep>
-
Method Summary
Modifier and TypeMethodDescriptionThe content describing the step, which can include code examples and verification checklists.An optional short label for the step.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
-
title
An optional short label for the step.
- Parameters:
title- An optional short label for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The content describing the step, which can include code examples and verification checklists.
- Parameters:
content- The content describing the step, which can include code examples and verification checklists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-