Class SystemTopicArgs.Builder

  • Enclosing class:
    SystemTopicArgs

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

      • Builder

        public Builder()
    • Method Detail

      • identity

        public SystemTopicArgs.Builder identity​(@Nullable
                                                com.pulumi.core.Output<IdentityInfoArgs> identity)
        Parameters:
        identity - Identity information for the resource.
        Returns:
        builder
      • location

        public SystemTopicArgs.Builder location​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - Location of the resource.
        Returns:
        builder
      • location

        public SystemTopicArgs.Builder location​(java.lang.String location)
        Parameters:
        location - Location of the resource.
        Returns:
        builder
      • resourceGroupName

        public SystemTopicArgs.Builder resourceGroupName​(com.pulumi.core.Output<java.lang.String> resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        Returns:
        builder
      • resourceGroupName

        public SystemTopicArgs.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the user's subscription.
        Returns:
        builder
      • source

        public SystemTopicArgs.Builder source​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> source)
        Parameters:
        source - Source for the system topic.
        Returns:
        builder
      • source

        public SystemTopicArgs.Builder source​(java.lang.String source)
        Parameters:
        source - Source for the system topic.
        Returns:
        builder
      • systemTopicName

        public SystemTopicArgs.Builder systemTopicName​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> systemTopicName)
        Parameters:
        systemTopicName - Name of the system topic.
        Returns:
        builder
      • systemTopicName

        public SystemTopicArgs.Builder systemTopicName​(java.lang.String systemTopicName)
        Parameters:
        systemTopicName - Name of the system topic.
        Returns:
        builder
      • tags

        public SystemTopicArgs.Builder tags​(@Nullable
                                            com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Tags of the resource.
        Returns:
        builder
      • tags

        public SystemTopicArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Tags of the resource.
        Returns:
        builder
      • topicType

        public SystemTopicArgs.Builder topicType​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> topicType)
        Parameters:
        topicType - TopicType for the system topic.
        Returns:
        builder
      • topicType

        public SystemTopicArgs.Builder topicType​(java.lang.String topicType)
        Parameters:
        topicType - TopicType for the system topic.
        Returns:
        builder