public static interface DiscovererSummary.Builder extends SdkPojo, CopyableBuilder<DiscovererSummary.Builder,DiscovererSummary>
| Modifier and Type | Method and Description |
|---|---|
DiscovererSummary.Builder |
crossAccount(Boolean crossAccount)
The Status if the discoverer will discover schemas from events sent from another account.
|
DiscovererSummary.Builder |
discovererArn(String discovererArn)
The ARN of the discoverer.
|
DiscovererSummary.Builder |
discovererId(String discovererId)
The ID of the discoverer.
|
DiscovererSummary.Builder |
sourceArn(String sourceArn)
The ARN of the event bus.
|
DiscovererSummary.Builder |
state(DiscovererState state)
The state of the discoverer.
|
DiscovererSummary.Builder |
state(String state)
The state of the discoverer.
|
DiscovererSummary.Builder |
tags(Map<String,String> tags)
Tags associated with the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDiscovererSummary.Builder discovererArn(String discovererArn)
The ARN of the discoverer.
discovererArn - The ARN of the discoverer.DiscovererSummary.Builder discovererId(String discovererId)
The ID of the discoverer.
discovererId - The ID of the discoverer.DiscovererSummary.Builder sourceArn(String sourceArn)
The ARN of the event bus.
sourceArn - The ARN of the event bus.DiscovererSummary.Builder state(String state)
The state of the discoverer.
state - The state of the discoverer.DiscovererState,
DiscovererStateDiscovererSummary.Builder state(DiscovererState state)
The state of the discoverer.
state - The state of the discoverer.DiscovererState,
DiscovererStateDiscovererSummary.Builder crossAccount(Boolean crossAccount)
The Status if the discoverer will discover schemas from events sent from another account.
crossAccount - The Status if the discoverer will discover schemas from events sent from another account.DiscovererSummary.Builder tags(Map<String,String> tags)
Tags associated with the resource.
tags - Tags associated with the resource.Copyright © 2022. All rights reserved.