Interface UpdatedSkillMdDefinition.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedSkillMdDefinition.Builder,,UpdatedSkillMdDefinition> SdkBuilder<UpdatedSkillMdDefinition.Builder,,UpdatedSkillMdDefinition> SdkPojo
- Enclosing class:
UpdatedSkillMdDefinition
@Mutable
@NotThreadSafe
public static interface UpdatedSkillMdDefinition.Builder
extends SdkPojo, CopyableBuilder<UpdatedSkillMdDefinition.Builder,UpdatedSkillMdDefinition>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdatedSkillMdDefinition.BuilderoptionalValue(Consumer<SkillMdDefinition.Builder> optionalValue) The updated skill markdown definition value.optionalValue(SkillMdDefinition optionalValue) The updated skill markdown definition value.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
-
optionalValue
The updated skill markdown definition value.
- Parameters:
optionalValue- The updated skill markdown definition value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionalValue
default UpdatedSkillMdDefinition.Builder optionalValue(Consumer<SkillMdDefinition.Builder> optionalValue) The updated skill markdown definition value.
This is a convenience method that creates an instance of theSkillMdDefinition.Builderavoiding the need to create one manually viaSkillMdDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptionalValue(SkillMdDefinition).- Parameters:
optionalValue- a consumer that will call methods onSkillMdDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-