Class CfnQueueEnvironment.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnQueueEnvironment.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnQueueEnvironment>
- Enclosing class:
- CfnQueueEnvironment
@Stability(Stable)
public static final class CfnQueueEnvironment.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueueEnvironment>
A fluent builder for 
CfnQueueEnvironment.- 
Method SummaryModifier and TypeMethodDescriptionbuild()static CfnQueueEnvironment.BuilderThe identifier assigned to the farm that contains the queue.The queue environment's priority.The unique identifier of the queue that contains the environment.A JSON or YAML template that describes the processing environment for the queue.templateType(String templateType) Specifies whether the template for the queue environment is JSON or YAML.
- 
Method Details- 
create@Stability(Stable) public static CfnQueueEnvironment.Builder create(software.constructs.Construct scope, String id) - Parameters:
- scope- Scope in which this resource is defined. This parameter is required.
- id- Construct identifier for this resource (unique in its scope). This parameter is required.
- Returns:
- a new instance of CfnQueueEnvironment.Builder.
 
- 
farmIdThe identifier assigned to the farm that contains the queue.- Parameters:
- farmId- The identifier assigned to the farm that contains the queue. This parameter is required.
- Returns:
- this
- See Also:
 
- 
priorityThe queue environment's priority.- Parameters:
- priority- The queue environment's priority. This parameter is required.
- Returns:
- this
- See Also:
 
- 
queueIdThe unique identifier of the queue that contains the environment.- Parameters:
- queueId- The unique identifier of the queue that contains the environment. This parameter is required.
- Returns:
- this
- See Also:
 
- 
templateA JSON or YAML template that describes the processing environment for the queue.- Parameters:
- template- A JSON or YAML template that describes the processing environment for the queue. This parameter is required.
- Returns:
- this
- See Also:
 
- 
templateTypeSpecifies whether the template for the queue environment is JSON or YAML.- Parameters:
- templateType- Specifies whether the template for the queue environment is JSON or YAML. This parameter is required.
- Returns:
- this
- See Also:
 
- 
build- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnQueueEnvironment>
- Returns:
- a newly built instance of CfnQueueEnvironment.
 
 
-