Class ProfilingGroupArgs.Builder

  • Enclosing class:
    ProfilingGroupArgs

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

      • agentOrchestrationConfig

        public ProfilingGroupArgs.Builder agentOrchestrationConfig​(@Nullable
                                                                   com.pulumi.core.Output<ProfilingGroupAgentOrchestrationConfigArgs> agentOrchestrationConfig)
        Parameters:
        agentOrchestrationConfig - Specifies whether profiling is enabled or disabled for the created profiling. See Agent Orchestration Config for more details.
        Returns:
        builder
      • agentOrchestrationConfig

        public ProfilingGroupArgs.Builder agentOrchestrationConfig​(ProfilingGroupAgentOrchestrationConfigArgs agentOrchestrationConfig)
        Parameters:
        agentOrchestrationConfig - Specifies whether profiling is enabled or disabled for the created profiling. See Agent Orchestration Config for more details.
        Returns:
        builder
      • computePlatform

        public ProfilingGroupArgs.Builder computePlatform​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> computePlatform)
        Parameters:
        computePlatform - Compute platform of the profiling group.
        Returns:
        builder
      • computePlatform

        public ProfilingGroupArgs.Builder computePlatform​(java.lang.String computePlatform)
        Parameters:
        computePlatform - Compute platform of the profiling group.
        Returns:
        builder
      • name

        public ProfilingGroupArgs.Builder name​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the profiling group. The following arguments are optional:
        Returns:
        builder
      • name

        public ProfilingGroupArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the profiling group. The following arguments are optional:
        Returns:
        builder
      • tags

        public ProfilingGroupArgs.Builder tags​(@Nullable
                                               com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public ProfilingGroupArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags assigned to the WorkSpaces Connection Alias. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder