Interface GetQueueLimitAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetQueueLimitAssociationResponse.Builder,
,GetQueueLimitAssociationResponse> DeadlineResponse.Builder
,SdkBuilder<GetQueueLimitAssociationResponse.Builder,
,GetQueueLimitAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetQueueLimitAssociationResponse
@Mutable
@NotThreadSafe
public static interface GetQueueLimitAssociationResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetQueueLimitAssociationResponse.Builder,GetQueueLimitAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp of the date and time that the association was created.The user identifier of the person that created the association.The unique identifier of the limit associated with the queue.The unique identifier of the queue associated with the limit.The current status of the limit.status
(QueueLimitAssociationStatus status) The current status of the limit.The Unix timestamp of the date and time that the association was last updated.The user identifier of the person that last updated the association.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
-
createdAt
The Unix timestamp of the date and time that the association was created.
- Parameters:
createdAt
- The Unix timestamp of the date and time that the association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user identifier of the person that created the association.
- Parameters:
createdBy
- The user identifier of the person that created the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp of the date and time that the association was last updated.
- Parameters:
updatedAt
- The Unix timestamp of the date and time that the association was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user identifier of the person that last updated the association.
- Parameters:
updatedBy
- The user identifier of the person that last updated the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The unique identifier of the queue associated with the limit.
- Parameters:
queueId
- The unique identifier of the queue associated with the limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limitId
The unique identifier of the limit associated with the queue.
- Parameters:
limitId
- The unique identifier of the limit associated with the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the limit.
- Parameters:
status
- The current status of the limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the limit.
- Parameters:
status
- The current status of the limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-