Class DeploymentPropertiesBuilder
java.lang.Object
org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
org.springframework.cloud.dataflow.rest.client.dsl.DeploymentPropertiesBuilder
- Author:
- Vinicius Carvalho Utility class to help building a Map of deployment properties
-
Field Summary
Fields inherited from class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
DEPLOYER_PREFIX, deploymentProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the number of instances of the target application.Configures the memory size allocated for the application.Methods inherited from class org.springframework.cloud.dataflow.rest.client.dsl.AbstractPropertiesBuilder
build
-
Constructor Details
-
DeploymentPropertiesBuilder
public DeploymentPropertiesBuilder()
-
-
Method Details
-
put
-
putAll
-
memory
Configures the memory size allocated for the application.- Parameters:
label
- - The application name or label to configure the number of instancesmemory
- - Memory size in Mb, must be greater or equal 128- Returns:
- the instance of this DeploymentPropertiesBuilder
-
count
Sets the number of instances of the target application.- Parameters:
label
- - The application name or label to configure the number of instancesinstances
- - Number of instances, must be greater than zero- Returns:
- the instance of this DeploymentPropertiesBuilder
-