Class UpdateToolchainOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.UpdateToolchainOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateToolchainOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateToolchain options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateToolchainOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateToolchainOptions.BuildernewBuilder()New builder.java.lang.StringtoolchainId()Gets the toolchainId.java.util.Map<java.lang.String,java.lang.Object>toolchainPrototypePatch()Gets the toolchainPrototypePatch.
-
-
-
Method Detail
-
newBuilder
public UpdateToolchainOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateToolchainOptions builder
-
toolchainId
public java.lang.String toolchainId()
Gets the toolchainId. ID of the toolchain.- Returns:
- the toolchainId
-
toolchainPrototypePatch
public java.util.Map<java.lang.String,java.lang.Object> toolchainPrototypePatch()
Gets the toolchainPrototypePatch. JSON Merge-Patch content for update_toolchain.- Returns:
- the toolchainPrototypePatch
-
-