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