static ActionTypeProperty.Builder |
ActionTypeProperty.builder() |
|
ActionTypeProperty.Builder |
ActionTypeProperty.Builder.description(String description) |
The description of the property that is displayed to users.
|
ActionTypeProperty.Builder |
ActionTypeProperty.Builder.key(Boolean key) |
Whether the configuration property is a key.
|
ActionTypeProperty.Builder |
ActionTypeProperty.Builder.name(String name) |
The property name that is displayed to users.
|
ActionTypeProperty.Builder |
ActionTypeProperty.Builder.noEcho(Boolean noEcho) |
Whether to omit the field value entered by the customer in the log.
|
ActionTypeProperty.Builder |
ActionTypeProperty.Builder.optional(Boolean optional) |
Whether the configuration property is an optional value.
|
ActionTypeProperty.Builder |
ActionTypeProperty.Builder.queryable(Boolean queryable) |
Indicates that the property is used with polling.
|
ActionTypeProperty.Builder |
ActionTypeProperty.toBuilder() |
|