UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.adapterId(String adapterId) |
A string containing a unique ID for the adapter that has been updated.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.adapterName(String adapterName) |
A string containing the name of the adapter that has been updated.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.autoUpdate(String autoUpdate) |
The auto-update status of the adapter that has been updated.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.autoUpdate(AutoUpdate autoUpdate) |
The auto-update status of the adapter that has been updated.
|
static UpdateAdapterResponse.Builder |
UpdateAdapterResponse.builder() |
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.creationTime(Instant creationTime) |
An object specifying the creation time of the the adapter that has been updated.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.description(String description) |
A string containing the description of the adapter that has been updated.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.featureTypes(Collection<FeatureType> featureTypes) |
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.featureTypes(FeatureType... featureTypes) |
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.featureTypesWithStrings(String... featureTypes) |
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.Builder.featureTypesWithStrings(Collection<String> featureTypes) |
List of the targeted feature types for the updated adapter.
|
UpdateAdapterResponse.Builder |
UpdateAdapterResponse.toBuilder() |
|