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