public static class InputRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InputRequest |
build() |
InputRequest.Builder |
withInput(Input input) |
InputRequest.Builder |
withLocale(String locale) |
InputRequest.Builder |
withRequestId(String requestId) |
InputRequest.Builder |
withTimestamp(OffsetDateTime timestamp) |
public InputRequest.Builder withRequestId(String requestId)
public InputRequest.Builder withTimestamp(OffsetDateTime timestamp)
public InputRequest.Builder withLocale(String locale)
public InputRequest.Builder withInput(Input input)
public InputRequest build()
Copyright © 2023. All rights reserved.