@Stability(value=Stable) public static final class CfnDiscovererProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDiscovererProps>
CfnDiscovererProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDiscovererProps |
build()
Builds the configured instance.
|
CfnDiscovererProps.Builder |
crossAccount(Boolean crossAccount)
Sets the value of
CfnDiscovererProps.getCrossAccount() |
CfnDiscovererProps.Builder |
crossAccount(IResolvable crossAccount)
Sets the value of
CfnDiscovererProps.getCrossAccount() |
CfnDiscovererProps.Builder |
description(String description)
Sets the value of
CfnDiscovererProps.getDescription() |
CfnDiscovererProps.Builder |
sourceArn(String sourceArn)
Sets the value of
CfnDiscovererProps.getSourceArn() |
CfnDiscovererProps.Builder |
tags(List<? extends CfnDiscoverer.TagsEntryProperty> tags)
Sets the value of
CfnDiscovererProps.getTags() |
@Stability(value=Stable) public CfnDiscovererProps.Builder sourceArn(String sourceArn)
CfnDiscovererProps.getSourceArn()sourceArn - The ARN of the event bus. This parameter is required.this@Stability(value=Stable) public CfnDiscovererProps.Builder crossAccount(Boolean crossAccount)
CfnDiscovererProps.getCrossAccount()crossAccount - Allows for the discovery of the event schemas that are sent to the event bus from another account.this@Stability(value=Stable) public CfnDiscovererProps.Builder crossAccount(IResolvable crossAccount)
CfnDiscovererProps.getCrossAccount()crossAccount - Allows for the discovery of the event schemas that are sent to the event bus from another account.this@Stability(value=Stable) public CfnDiscovererProps.Builder description(String description)
CfnDiscovererProps.getDescription()description - A description for the discoverer.this@Stability(value=Stable) public CfnDiscovererProps.Builder tags(List<? extends CfnDiscoverer.TagsEntryProperty> tags)
CfnDiscovererProps.getTags()tags - Tags associated with the resource.this@Stability(value=Stable) public CfnDiscovererProps build()
build in interface software.amazon.jsii.Builder<CfnDiscovererProps>CfnDiscovererPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.