Interface GetQueueFleetAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetQueueFleetAssociationResponse.Builder,
,GetQueueFleetAssociationResponse> DeadlineResponse.Builder
,SdkBuilder<GetQueueFleetAssociationResponse.Builder,
,GetQueueFleetAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetQueueFleetAssociationResponse
@Mutable
@NotThreadSafe
public static interface GetQueueFleetAssociationResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetQueueFleetAssociationResponse.Builder,GetQueueFleetAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The user or system that created this resource.The fleet ID for the queue-fleet association.The queue ID for the queue-fleet association.The status of the queue-fleet association.status
(QueueFleetAssociationStatus status) The status of the queue-fleet association.The date and time the resource was updated.The user or system that updated this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
queueId
The queue ID for the queue-fleet association.
- Parameters:
queueId
- The queue ID for the queue-fleet association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetId
The fleet ID for the queue-fleet association.
- Parameters:
fleetId
- The fleet ID for the queue-fleet association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the queue-fleet association.
- Parameters:
status
- The status of the queue-fleet association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the queue-fleet association.
- Parameters:
status
- The status of the queue-fleet association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time the resource was created.
- Parameters:
createdAt
- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user or system that created this resource.
- Parameters:
createdBy
- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the resource was updated.
- Parameters:
updatedAt
- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user or system that updated this resource.
- Parameters:
updatedBy
- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-