Interface CfnQueueFleetAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQueueFleetAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:02.343Z")
@Stability(Stable)
public interface CfnQueueFleetAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnQueueFleetAssociation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.deadline.*;
CfnQueueFleetAssociationProps cfnQueueFleetAssociationProps = CfnQueueFleetAssociationProps.builder()
.farmId("farmId")
.fleetId("fleetId")
.queueId("queueId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnQueueFleetAssociationPropsstatic final classAn implementation forCfnQueueFleetAssociationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The identifier of the farm that contains the queue and the fleet.The fleet ID.The queue ID.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFarmId
The identifier of the farm that contains the queue and the fleet.- See Also:
-
getFleetId
The fleet ID.- See Also:
-
getQueueId
The queue ID.- See Also:
-
builder
-