@Stability(value=Stable) public static final class CfnDiscoverer.Builder extends Object implements software.amazon.jsii.Builder<CfnDiscoverer>
CfnDiscoverer.| Modifier and Type | Method and Description |
|---|---|
CfnDiscoverer |
build() |
static CfnDiscoverer.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDiscoverer.Builder |
crossAccount(Boolean crossAccount)
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
CfnDiscoverer.Builder |
crossAccount(IResolvable crossAccount)
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
CfnDiscoverer.Builder |
description(String description)
A description for the discoverer.
|
CfnDiscoverer.Builder |
sourceArn(String sourceArn)
The ARN of the event bus.
|
CfnDiscoverer.Builder |
tags(List<? extends CfnDiscoverer.TagsEntryProperty> tags)
Tags associated with the resource.
|
@Stability(value=Stable) public static CfnDiscoverer.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDiscoverer.TagsEntryProperty.Builder.@Stability(value=Stable) public CfnDiscoverer.Builder sourceArn(String sourceArn)
sourceArn - The ARN of the event bus. This parameter is required.this@Stability(value=Stable) public CfnDiscoverer.Builder crossAccount(Boolean crossAccount)
crossAccount - Allows for the discovery of the event schemas that are sent to the event bus from another account. This parameter is required.this@Stability(value=Stable) public CfnDiscoverer.Builder crossAccount(IResolvable crossAccount)
crossAccount - Allows for the discovery of the event schemas that are sent to the event bus from another account. This parameter is required.this@Stability(value=Stable) public CfnDiscoverer.Builder description(String description)
description - A description for the discoverer. This parameter is required.this@Stability(value=Stable) public CfnDiscoverer.Builder tags(List<? extends CfnDiscoverer.TagsEntryProperty> tags)
tags - Tags associated with the resource. This parameter is required.this@Stability(value=Stable) public CfnDiscoverer build()
build in interface software.amazon.jsii.Builder<CfnDiscoverer>Copyright © 2022. All rights reserved.