Interface LaunchPath.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchPath.Builder,LaunchPath>,SdkBuilder<LaunchPath.Builder,LaunchPath>,SdkPojo
- Enclosing class:
- LaunchPath
public static interface LaunchPath.Builder extends SdkPojo, CopyableBuilder<LaunchPath.Builder,LaunchPath>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchPath.Builderid(String id)The identifier of the launch path.LaunchPath.Buildername(String name)The name of the launch path.-
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 Detail
-
id
LaunchPath.Builder id(String id)
The identifier of the launch path.
- Parameters:
id- The identifier of the launch path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
LaunchPath.Builder name(String name)
The name of the launch path.
- Parameters:
name- The name of the launch path.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-