| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeProperty |
ActionTypeProperty.clone() |
ActionTypeProperty |
ActionTypeProperty.withDescription(String description)
The description of the property that is displayed to users.
|
ActionTypeProperty |
ActionTypeProperty.withKey(Boolean key)
Whether the configuration property is a key.
|
ActionTypeProperty |
ActionTypeProperty.withName(String name)
The property name that is displayed to users.
|
ActionTypeProperty |
ActionTypeProperty.withNoEcho(Boolean noEcho)
Whether to omit the field value entered by the customer in the log.
|
ActionTypeProperty |
ActionTypeProperty.withOptional(Boolean optional)
Whether the configuration property is an optional value.
|
ActionTypeProperty |
ActionTypeProperty.withQueryable(Boolean queryable)
Indicates that the property is used with polling.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionTypeProperty> |
ActionTypeDeclaration.getProperties()
The properties of the action type to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
ActionTypeDeclaration |
ActionTypeDeclaration.withProperties(ActionTypeProperty... properties)
The properties of the action type to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeDeclaration.setProperties(Collection<ActionTypeProperty> properties)
The properties of the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withProperties(Collection<ActionTypeProperty> properties)
The properties of the action type to be updated.
|
Copyright © 2023. All rights reserved.