Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ActionConfigurationProperty> |
ActionType.actionConfigurationProperties
The configuration properties for the action type.
|
private java.util.List<ActionConfigurationProperty> |
CreateCustomActionTypeRequest.configurationProperties
The configuration properties for the custom action.
|
Modifier and Type | Method and Description |
---|---|
ActionConfigurationProperty |
ActionConfigurationProperty.clone() |
ActionConfigurationProperty |
ActionConfigurationProperty.withDescription(java.lang.String description)
The description of the action configuration property that will be
displayed to users.
|
ActionConfigurationProperty |
ActionConfigurationProperty.withKey(java.lang.Boolean key)
Whether the configuration property is a key.
|
ActionConfigurationProperty |
ActionConfigurationProperty.withName(java.lang.String name)
The name of the action configuration property.
|
ActionConfigurationProperty |
ActionConfigurationProperty.withQueryable(java.lang.Boolean queryable)
Indicates that the proprety will be used in conjunction with PollForJobs.
|
ActionConfigurationProperty |
ActionConfigurationProperty.withRequired(java.lang.Boolean required)
Whether the configuration property is a required value.
|
ActionConfigurationProperty |
ActionConfigurationProperty.withSecret(java.lang.Boolean secret)
Whether the configuration property is secret.
|
ActionConfigurationProperty |
ActionConfigurationProperty.withType(ActionConfigurationPropertyType type)
The type of the configuration property.
|
ActionConfigurationProperty |
ActionConfigurationProperty.withType(java.lang.String type)
The type of the configuration property.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ActionConfigurationProperty> |
ActionType.getActionConfigurationProperties()
The configuration properties for the action type.
|
java.util.List<ActionConfigurationProperty> |
CreateCustomActionTypeRequest.getConfigurationProperties()
The configuration properties for the custom action.
|
Modifier and Type | Method and Description |
---|---|
ActionType |
ActionType.withActionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)
The configuration properties for the action type.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withConfigurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom action.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionType.setActionConfigurationProperties(java.util.Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.
|
void |
CreateCustomActionTypeRequest.setConfigurationProperties(java.util.Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.
|
ActionType |
ActionType.withActionConfigurationProperties(java.util.Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withConfigurationProperties(java.util.Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.
|
Modifier and Type | Method and Description |
---|---|
ActionConfigurationProperty |
ActionConfigurationPropertyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionConfigurationPropertyJsonMarshaller.marshall(ActionConfigurationProperty actionConfigurationProperty,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|