Interface GoalContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GoalContent.Builder,,GoalContent> SdkBuilder<GoalContent.Builder,,GoalContent> SdkPojo
- Enclosing class:
GoalContent
@Mutable
@NotThreadSafe
public static interface GoalContent.Builder
extends SdkPojo, CopyableBuilder<GoalContent.Builder,GoalContent>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A detailed description of the goal.objectives(String objectives) The objectives to be achieved for this goal.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
-
description
A detailed description of the goal.
- Parameters:
description- A detailed description of the goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectives
The objectives to be achieved for this goal.
- Parameters:
objectives- The objectives to be achieved for this goal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-