Class CfnQueueFleetAssociationProps.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnQueueFleetAssociationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueueFleetAssociationProps>
- Enclosing interface:
CfnQueueFleetAssociationProps
@Stability(Stable)
public static final class CfnQueueFleetAssociationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQueueFleetAssociationProps>
A builder for
CfnQueueFleetAssociationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnQueueFleetAssociationProps.getFarmId()Sets the value ofCfnQueueFleetAssociationProps.getFleetId()Sets the value ofCfnQueueFleetAssociationProps.getQueueId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
farmId
Sets the value ofCfnQueueFleetAssociationProps.getFarmId()- Parameters:
farmId- The identifier of the farm that contains the queue and the fleet. This parameter is required.- Returns:
this
-
fleetId
Sets the value ofCfnQueueFleetAssociationProps.getFleetId()- Parameters:
fleetId- The fleet ID. This parameter is required.- Returns:
this
-
queueId
Sets the value ofCfnQueueFleetAssociationProps.getQueueId()- Parameters:
queueId- The queue ID. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueueFleetAssociationProps>- Returns:
- a new instance of
CfnQueueFleetAssociationProps - Throws:
NullPointerException- if any required attribute was not provided
-