Interface GetQueueFleetAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQueueFleetAssociationResponse.Builder,GetQueueFleetAssociationResponse>,DeadlineResponse.Builder,SdkBuilder<GetQueueFleetAssociationResponse.Builder,GetQueueFleetAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetQueueFleetAssociationResponse
public static interface GetQueueFleetAssociationResponse.Builder extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetQueueFleetAssociationResponse.Builder,GetQueueFleetAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetQueueFleetAssociationResponse.BuildercreatedAt(Instant createdAt)The date and time the resource was created.GetQueueFleetAssociationResponse.BuildercreatedBy(String createdBy)The user or system that created this resource.GetQueueFleetAssociationResponse.BuilderfleetId(String fleetId)The fleet ID for the queue-fleet association.GetQueueFleetAssociationResponse.BuilderqueueId(String queueId)The queue ID for the queue-fleet association.GetQueueFleetAssociationResponse.Builderstatus(String status)The status of the queue-fleet association.GetQueueFleetAssociationResponse.Builderstatus(QueueFleetAssociationStatus status)The status of the queue-fleet association.GetQueueFleetAssociationResponse.BuilderupdatedAt(Instant updatedAt)The date and time the resource was updated.GetQueueFleetAssociationResponse.BuilderupdatedBy(String updatedBy)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetQueueFleetAssociationResponse.Builder createdAt(Instant 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
GetQueueFleetAssociationResponse.Builder createdBy(String 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.
-
fleetId
GetQueueFleetAssociationResponse.Builder fleetId(String 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.
-
queueId
GetQueueFleetAssociationResponse.Builder queueId(String 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.
-
status
GetQueueFleetAssociationResponse.Builder status(String 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:
QueueFleetAssociationStatus,QueueFleetAssociationStatus
-
status
GetQueueFleetAssociationResponse.Builder status(QueueFleetAssociationStatus 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:
QueueFleetAssociationStatus,QueueFleetAssociationStatus
-
updatedAt
GetQueueFleetAssociationResponse.Builder updatedAt(Instant 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
GetQueueFleetAssociationResponse.Builder updatedBy(String 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.
-
-