Package com.pulumi.aws.cloudwatch.inputs
Class EventBusPolicyState.Builder
- java.lang.Object
-
- com.pulumi.aws.cloudwatch.inputs.EventBusPolicyState.Builder
-
- Enclosing class:
- EventBusPolicyState
public static final class EventBusPolicyState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EventBusPolicyState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventBusPolicyState
build()
EventBusPolicyState.Builder
eventBusName(com.pulumi.core.Output<java.lang.String> eventBusName)
EventBusPolicyState.Builder
eventBusName(java.lang.String eventBusName)
EventBusPolicyState.Builder
policy(com.pulumi.core.Output<java.lang.String> policy)
EventBusPolicyState.Builder
policy(java.lang.String policy)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EventBusPolicyState defaults)
-
-
Method Detail
-
eventBusName
public EventBusPolicyState.Builder eventBusName(@Nullable com.pulumi.core.Output<java.lang.String> eventBusName)
- Parameters:
eventBusName
- The name of the event bus to set the permissions on. If you omit this, the permissions are set on the `default` event bus.- Returns:
- builder
-
eventBusName
public EventBusPolicyState.Builder eventBusName(java.lang.String eventBusName)
- Parameters:
eventBusName
- The name of the event bus to set the permissions on. If you omit this, the permissions are set on the `default` event bus.- Returns:
- builder
-
policy
public EventBusPolicyState.Builder policy(@Nullable com.pulumi.core.Output<java.lang.String> policy)
- Parameters:
policy
- The text of the policy.- Returns:
- builder
-
policy
public EventBusPolicyState.Builder policy(java.lang.String policy)
- Parameters:
policy
- The text of the policy.- Returns:
- builder
-
build
public EventBusPolicyState build()
-
-