| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
StepAttributeCapability |
StepAttributeCapability.clone() |
StepAttributeCapability |
StepAttributeCapability.withAllOf(Collection<String> allOf)
Requires all of the step attribute values.
|
StepAttributeCapability |
StepAttributeCapability.withAllOf(String... allOf)
Requires all of the step attribute values.
|
StepAttributeCapability |
StepAttributeCapability.withAnyOf(Collection<String> anyOf)
Requires any of the step attributes in a given list.
|
StepAttributeCapability |
StepAttributeCapability.withAnyOf(String... anyOf)
Requires any of the step attributes in a given list.
|
StepAttributeCapability |
StepAttributeCapability.withName(String name)
The name of the step attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<StepAttributeCapability> |
StepRequiredCapabilities.getAttributes()
The capability attributes that the step requires.
|
| Modifier and Type | Method and Description |
|---|---|
StepRequiredCapabilities |
StepRequiredCapabilities.withAttributes(StepAttributeCapability... attributes)
The capability attributes that the step requires.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StepRequiredCapabilities.setAttributes(Collection<StepAttributeCapability> attributes)
The capability attributes that the step requires.
|
StepRequiredCapabilities |
StepRequiredCapabilities.withAttributes(Collection<StepAttributeCapability> attributes)
The capability attributes that the step requires.
|
Copyright © 2025. All rights reserved.