Class SolutionPropertiesArgs.Builder

  • Enclosing class:
    SolutionPropertiesArgs

    public static final class SolutionPropertiesArgs.Builder
    extends java.lang.Object
    • Method Detail

      • containedResources

        public SolutionPropertiesArgs.Builder containedResources​(@Nullable
                                                                 com.pulumi.core.Output<java.util.List<java.lang.String>> containedResources)
        Parameters:
        containedResources - The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
        Returns:
        builder
      • containedResources

        public SolutionPropertiesArgs.Builder containedResources​(java.util.List<java.lang.String> containedResources)
        Parameters:
        containedResources - The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
        Returns:
        builder
      • containedResources

        public SolutionPropertiesArgs.Builder containedResources​(java.lang.String... containedResources)
        Parameters:
        containedResources - The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
        Returns:
        builder
      • referencedResources

        public SolutionPropertiesArgs.Builder referencedResources​(@Nullable
                                                                  com.pulumi.core.Output<java.util.List<java.lang.String>> referencedResources)
        Parameters:
        referencedResources - The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
        Returns:
        builder
      • referencedResources

        public SolutionPropertiesArgs.Builder referencedResources​(java.util.List<java.lang.String> referencedResources)
        Parameters:
        referencedResources - The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
        Returns:
        builder
      • referencedResources

        public SolutionPropertiesArgs.Builder referencedResources​(java.lang.String... referencedResources)
        Parameters:
        referencedResources - The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
        Returns:
        builder
      • workspaceResourceId

        public SolutionPropertiesArgs.Builder workspaceResourceId​(com.pulumi.core.Output<java.lang.String> workspaceResourceId)
        Parameters:
        workspaceResourceId - The azure resourceId for the workspace where the solution will be deployed/enabled.
        Returns:
        builder
      • workspaceResourceId

        public SolutionPropertiesArgs.Builder workspaceResourceId​(java.lang.String workspaceResourceId)
        Parameters:
        workspaceResourceId - The azure resourceId for the workspace where the solution will be deployed/enabled.
        Returns:
        builder