Interface GetQueueEnvironmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetQueueEnvironmentResponse.Builder,
,GetQueueEnvironmentResponse> DeadlineResponse.Builder
,SdkBuilder<GetQueueEnvironmentResponse.Builder,
,GetQueueEnvironmentResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetQueueEnvironmentResponse
@Mutable
@NotThreadSafe
public static interface GetQueueEnvironmentResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetQueueEnvironmentResponse.Builder,GetQueueEnvironmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The user or system that created this resource.>The name of the queue environment.The priority of the queue environment.queueEnvironmentId
(String queueEnvironmentId) The queue environment ID.The template for the queue environment.templateType
(String templateType) The type of template for the queue environment.templateType
(EnvironmentTemplateType templateType) The type of template for the queue environment.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
-
queueEnvironmentId
The queue environment ID.
- Parameters:
queueEnvironmentId
- The queue environment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the queue environment.
- Parameters:
name
- The name of the queue environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
The priority of the queue environment.
- Parameters:
priority
- The priority of the queue environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateType
The type of template for the queue environment.
- Parameters:
templateType
- The type of template for the queue environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateType
The type of template for the queue environment.
- Parameters:
templateType
- The type of template for the queue environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
template
The template for the queue environment.
- Parameters:
template
- The template for the queue environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-