Class DeleteToolchainOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.DeleteToolchainOptions.Builder
-
- Enclosing class:
- DeleteToolchainOptions
public static class DeleteToolchainOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteToolchainOptionsbuild()Builds a DeleteToolchainOptions.DeleteToolchainOptions.BuildertoolchainId(java.lang.String toolchainId)Set the toolchainId.
-
-
-
Method Detail
-
build
public DeleteToolchainOptions build()
Builds a DeleteToolchainOptions.- Returns:
- the new DeleteToolchainOptions instance
-
toolchainId
public DeleteToolchainOptions.Builder toolchainId(java.lang.String toolchainId)
Set the toolchainId.- Parameters:
toolchainId- the toolchainId- Returns:
- the DeleteToolchainOptions builder
-
-