public static interface ActionTypeProperty.Builder extends SdkPojo, CopyableBuilder<ActionTypeProperty.Builder,ActionTypeProperty>
| Modifier and Type | Method and Description |
|---|---|
ActionTypeProperty.Builder |
description(String description)
The description of the property that is displayed to users.
|
ActionTypeProperty.Builder |
key(Boolean key)
Whether the configuration property is a key.
|
ActionTypeProperty.Builder |
name(String name)
The property name that is displayed to users.
|
ActionTypeProperty.Builder |
noEcho(Boolean noEcho)
Whether to omit the field value entered by the customer in the log.
|
ActionTypeProperty.Builder |
optional(Boolean optional)
Whether the configuration property is an optional value.
|
ActionTypeProperty.Builder |
queryable(Boolean queryable)
Indicates that the property is used with polling.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionTypeProperty.Builder name(String name)
The property name that is displayed to users.
name - The property name that is displayed to users.ActionTypeProperty.Builder optional(Boolean optional)
Whether the configuration property is an optional value.
optional - Whether the configuration property is an optional value.ActionTypeProperty.Builder key(Boolean key)
Whether the configuration property is a key.
key - Whether the configuration property is a key.ActionTypeProperty.Builder noEcho(Boolean noEcho)
Whether to omit the field value entered by the customer in the log. If true, the value is not
saved in CloudTrail logs for the action execution.
noEcho - Whether to omit the field value entered by the customer in the log. If true, the value is
not saved in CloudTrail logs for the action execution.ActionTypeProperty.Builder queryable(Boolean queryable)
Indicates that the property is used with polling. An action type can have up to one queryable property. If it has one, that property must be both required and not secret.
queryable - Indicates that the property is used with polling. An action type can have up to one queryable
property. If it has one, that property must be both required and not secret.ActionTypeProperty.Builder description(String description)
The description of the property that is displayed to users.
description - The description of the property that is displayed to users.Copyright © 2023. All rights reserved.