public static interface StartDiscovererResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<StartDiscovererResponse.Builder,StartDiscovererResponse>
| Modifier and Type | Method and Description |
|---|---|
StartDiscovererResponse.Builder |
discovererId(String discovererId)
The ID of the discoverer.
|
StartDiscovererResponse.Builder |
state(DiscovererState state)
The state of the discoverer.
|
StartDiscovererResponse.Builder |
state(String state)
The state of the discoverer.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDiscovererResponse.Builder discovererId(String discovererId)
The ID of the discoverer.
discovererId - The ID of the discoverer.StartDiscovererResponse.Builder state(String state)
The state of the discoverer.
state - The state of the discoverer.DiscovererState,
DiscovererStateStartDiscovererResponse.Builder state(DiscovererState state)
The state of the discoverer.
state - The state of the discoverer.DiscovererState,
DiscovererStateCopyright © 2022. All rights reserved.