Interface Software.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Software.Builder,
,Software> SdkBuilder<Software.Builder,
,Software> SdkPojo
- Enclosing class:
Software
@Mutable
@NotThreadSafe
public static interface Software.Builder
extends SdkPojo, CopyableBuilder<Software.Builder,Software>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the software component.The version of the software component.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the software component.
- Parameters:
name
- The name of the software component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the software component.
- Parameters:
version
- The version of the software component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-