Interface ListCasesItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListCasesItem.Builder,
,ListCasesItem> SdkBuilder<ListCasesItem.Builder,
,ListCasesItem> SdkPojo
- Enclosing class:
ListCasesItem
@Mutable
@NotThreadSafe
public static interface ListCasesItem.Builder
extends SdkPojo, CopyableBuilder<ListCasesItem.Builder,ListCasesItem>
-
Method Summary
Modifier and TypeMethodDescriptioncaseStatus
(String caseStatus) caseStatus
(CaseStatus caseStatus) closedDate
(Instant closedDate) createdDate
(Instant createdDate) engagementType
(String engagementType) engagementType
(EngagementType engagementType) lastUpdatedDate
(Instant lastUpdatedDate) pendingAction
(String pendingAction) pendingAction
(PendingAction pendingAction) resolverType
(String resolverType) resolverType
(ResolverType resolverType) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
caseId
- Parameters:
caseId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDate
- Parameters:
lastUpdatedDate
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
- Parameters:
title
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caseArn
- Parameters:
caseArn
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementType
- Parameters:
engagementType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
engagementType
- Parameters:
engagementType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
caseStatus
- Parameters:
caseStatus
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
caseStatus
- Parameters:
caseStatus
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdDate
- Parameters:
createdDate
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
closedDate
- Parameters:
closedDate
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolverType
- Parameters:
resolverType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resolverType
- Parameters:
resolverType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pendingAction
- Parameters:
pendingAction
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pendingAction
- Parameters:
pendingAction
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-