Package com.pulumi.aws.appconfig.inputs
Class EventIntegrationState.Builder
- java.lang.Object
-
- com.pulumi.aws.appconfig.inputs.EventIntegrationState.Builder
-
- Enclosing class:
- EventIntegrationState
public static final class EventIntegrationState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EventIntegrationState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description EventIntegrationState.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
EventIntegrationState.Builder
arn(java.lang.String arn)
EventIntegrationState
build()
EventIntegrationState.Builder
description(com.pulumi.core.Output<java.lang.String> description)
EventIntegrationState.Builder
description(java.lang.String description)
EventIntegrationState.Builder
eventbridgeBus(com.pulumi.core.Output<java.lang.String> eventbridgeBus)
EventIntegrationState.Builder
eventbridgeBus(java.lang.String eventbridgeBus)
EventIntegrationState.Builder
eventFilter(EventIntegrationEventFilterArgs eventFilter)
EventIntegrationState.Builder
eventFilter(com.pulumi.core.Output<EventIntegrationEventFilterArgs> eventFilter)
EventIntegrationState.Builder
name(com.pulumi.core.Output<java.lang.String> name)
EventIntegrationState.Builder
name(java.lang.String name)
EventIntegrationState.Builder
tags(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
EventIntegrationState.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
EventIntegrationState.Builder
tagsAll(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.EventIntegrationState.Builder
tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EventIntegrationState defaults)
-
-
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
-
arn
public EventIntegrationState.Builder arn(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
-
eventFilter
public EventIntegrationState.Builder eventFilter(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
-
name
public EventIntegrationState.Builder name(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
-
build
public EventIntegrationState build()
-
-