Class ProfilingGroupState.Builder

  • Enclosing class:
    ProfilingGroupState

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

      • agentOrchestrationConfig

        public ProfilingGroupState.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
      • arn

        public ProfilingGroupState.Builder arn​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - ARN of the profiling group.
        Returns:
        builder
      • arn

        public ProfilingGroupState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - ARN of the profiling group.
        Returns:
        builder
      • computePlatform

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

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

        public ProfilingGroupState.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 ProfilingGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the profiling group. The following arguments are optional:
        Returns:
        builder
      • tags

        public ProfilingGroupState.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 ProfilingGroupState.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
      • tagsAll

        @Deprecated
        public ProfilingGroupState.Builder tagsAll​(@Nullable
                                                   com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public ProfilingGroupState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder