Class UpdateToolchainOptions.Builder

  • Enclosing class:
    UpdateToolchainOptions

    public static class UpdateToolchainOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String toolchainId,
                       java.util.Map<java.lang.String,​java.lang.Object> toolchainPrototypePatch)
        Instantiates a new builder with required properties.
        Parameters:
        toolchainId - the toolchainId
        toolchainPrototypePatch - the toolchainPrototypePatch
    • Method Detail

      • build

        public UpdateToolchainOptions build()
        Builds a UpdateToolchainOptions.
        Returns:
        the new UpdateToolchainOptions instance
      • toolchainId

        public UpdateToolchainOptions.Builder toolchainId​(java.lang.String toolchainId)
        Set the toolchainId.
        Parameters:
        toolchainId - the toolchainId
        Returns:
        the UpdateToolchainOptions builder
      • toolchainPrototypePatch

        public UpdateToolchainOptions.Builder toolchainPrototypePatch​(java.util.Map<java.lang.String,​java.lang.Object> toolchainPrototypePatch)
        Set the toolchainPrototypePatch.
        Parameters:
        toolchainPrototypePatch - the toolchainPrototypePatch
        Returns:
        the UpdateToolchainOptions builder