Class GetToolchainByIdOptions.Builder

  • Enclosing class:
    GetToolchainByIdOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

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

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