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