Interface Software.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Software.Builder,Software>,SdkBuilder<Software.Builder,Software>,SdkPojo
- Enclosing class:
- Software
public static interface Software.Builder extends SdkPojo, CopyableBuilder<Software.Builder,Software>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Software.Buildername(String name)The name of the software component.Software.Builderversion(String version)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, sdkFields
-
-
-
-
Method Detail
-
name
Software.Builder name(String 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
Software.Builder version(String 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.
-
-