Class EventIntegrationState.Builder

  • Enclosing class:
    EventIntegrationState

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

      • arn

        public EventIntegrationState.Builder arn​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - ARN of the Event Integration.
        Returns:
        builder
      • description

        public EventIntegrationState.Builder description​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the Event Integration.
        Returns:
        builder
      • description

        public EventIntegrationState.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the Event Integration.
        Returns:
        builder
      • eventFilter

        public EventIntegrationState.Builder eventFilter​(@Nullable
                                                         com.pulumi.core.Output<EventIntegrationEventFilterArgs> eventFilter)
        Parameters:
        eventFilter - Block that defines the configuration information for the event filter. The Event Filter block is documented below.
        Returns:
        builder
      • eventbridgeBus

        public EventIntegrationState.Builder eventbridgeBus​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> eventbridgeBus)
        Parameters:
        eventbridgeBus - EventBridge bus.
        Returns:
        builder
      • eventbridgeBus

        public EventIntegrationState.Builder eventbridgeBus​(java.lang.String eventbridgeBus)
        Parameters:
        eventbridgeBus - EventBridge bus.
        Returns:
        builder
      • name

        public EventIntegrationState.Builder name​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the Event Integration.
        Returns:
        builder
      • tags

        public EventIntegrationState.Builder tags​(@Nullable
                                                  com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Tags to apply to the Event Integration. 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 EventIntegrationState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Tags to apply to the Event Integration. 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 EventIntegrationState.Builder tagsAll​(@Nullable
                                                     com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

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