| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
BatchResourceRequirement |
BatchResourceRequirement.clone() |
BatchResourceRequirement |
BatchResourceRequirement.withType(BatchResourceRequirementType type)
The type of resource to assign to a container.
|
BatchResourceRequirement |
BatchResourceRequirement.withType(String type)
The type of resource to assign to a container.
|
BatchResourceRequirement |
BatchResourceRequirement.withValue(String value)
The quantity of the specified resource to reserve for the container.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchResourceRequirement> |
BatchContainerOverrides.getResourceRequirements()
The type and amount of resources to assign to a container.
|
| Modifier and Type | Method and Description |
|---|---|
BatchContainerOverrides |
BatchContainerOverrides.withResourceRequirements(BatchResourceRequirement... resourceRequirements)
The type and amount of resources to assign to a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchContainerOverrides.setResourceRequirements(Collection<BatchResourceRequirement> resourceRequirements)
The type and amount of resources to assign to a container.
|
BatchContainerOverrides |
BatchContainerOverrides.withResourceRequirements(Collection<BatchResourceRequirement> resourceRequirements)
The type and amount of resources to assign to a container.
|
Copyright © 2022. All rights reserved.