public static interface DescribeDiscovererResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<DescribeDiscovererResponse.Builder,DescribeDiscovererResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDiscovererResponse.Builder |
crossAccount(Boolean crossAccount)
The Status if the discoverer will discover schemas from events sent from another account.
|
DescribeDiscovererResponse.Builder |
description(String description)
The description of the discoverer.
|
DescribeDiscovererResponse.Builder |
discovererArn(String discovererArn)
The ARN of the discoverer.
|
DescribeDiscovererResponse.Builder |
discovererId(String discovererId)
The ID of the discoverer.
|
DescribeDiscovererResponse.Builder |
sourceArn(String sourceArn)
The ARN of the event bus.
|
DescribeDiscovererResponse.Builder |
state(DiscovererState state)
The state of the discoverer.
|
DescribeDiscovererResponse.Builder |
state(String state)
The state of the discoverer.
|
DescribeDiscovererResponse.Builder |
tags(Map<String,String> tags)
Tags associated with the resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDiscovererResponse.Builder description(String description)
The description of the discoverer.
description - The description of the discoverer.DescribeDiscovererResponse.Builder discovererArn(String discovererArn)
The ARN of the discoverer.
discovererArn - The ARN of the discoverer.DescribeDiscovererResponse.Builder discovererId(String discovererId)
The ID of the discoverer.
discovererId - The ID of the discoverer.DescribeDiscovererResponse.Builder sourceArn(String sourceArn)
The ARN of the event bus.
sourceArn - The ARN of the event bus.DescribeDiscovererResponse.Builder state(String state)
The state of the discoverer.
state - The state of the discoverer.DiscovererState,
DiscovererStateDescribeDiscovererResponse.Builder state(DiscovererState state)
The state of the discoverer.
state - The state of the discoverer.DiscovererState,
DiscovererStateDescribeDiscovererResponse.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.DescribeDiscovererResponse.Builder tags(Map<String,String> tags)
Tags associated with the resource.
tags - Tags associated with the resource.Copyright © 2022. All rights reserved.