Class CreateToolOptions.Builder

  • Enclosing class:
    CreateToolOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String toolchainId,
                       java.lang.String toolTypeId)
        Instantiates a new builder with required properties.
        Parameters:
        toolchainId - the toolchainId
        toolTypeId - the toolTypeId
    • Method Detail

      • build

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

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

        public CreateToolOptions.Builder toolTypeId​(java.lang.String toolTypeId)
        Set the toolTypeId.
        Parameters:
        toolTypeId - the toolTypeId
        Returns:
        the CreateToolOptions builder
      • name

        public CreateToolOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the CreateToolOptions builder
      • parameters

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