| Package | Description |
|---|---|
| software.amazon.awssdk.services.support.model |
| Modifier and Type | Method and Description |
|---|---|
static CaseDetails.Builder |
CaseDetails.builder() |
CaseDetails.Builder |
CaseDetails.Builder.caseId(String caseId)
The support case ID requested or returned in the call.
|
CaseDetails.Builder |
CaseDetails.Builder.categoryCode(String categoryCode)
The category of problem for the support case.
|
CaseDetails.Builder |
CaseDetails.Builder.ccEmailAddresses(Collection<String> ccEmailAddresses)
The email addresses that receive copies of communication about the case.
|
CaseDetails.Builder |
CaseDetails.Builder.ccEmailAddresses(String... ccEmailAddresses)
The email addresses that receive copies of communication about the case.
|
CaseDetails.Builder |
CaseDetails.Builder.displayId(String displayId)
The ID displayed for the case in the Amazon Web Services Support Center.
|
CaseDetails.Builder |
CaseDetails.Builder.language(String language)
The language in which Amazon Web Services Support handles the case.
|
default CaseDetails.Builder |
CaseDetails.Builder.recentCommunications(Consumer<RecentCaseCommunications.Builder> recentCommunications)
The five most recent communications between you and Amazon Web Services Support Center, including the IDs of
any attachments to the communications.
|
CaseDetails.Builder |
CaseDetails.Builder.recentCommunications(RecentCaseCommunications recentCommunications)
The five most recent communications between you and Amazon Web Services Support Center, including the IDs of
any attachments to the communications.
|
CaseDetails.Builder |
CaseDetails.Builder.serviceCode(String serviceCode)
The code for the Amazon Web Services service.
|
CaseDetails.Builder |
CaseDetails.Builder.severityCode(String severityCode)
The code for the severity level returned by the call to DescribeSeverityLevels.
|
CaseDetails.Builder |
CaseDetails.Builder.status(String status)
The status of the case.
|
CaseDetails.Builder |
CaseDetails.Builder.subject(String subject)
The subject line for the case in the Amazon Web Services Support Center.
|
CaseDetails.Builder |
CaseDetails.Builder.submittedBy(String submittedBy)
The email address of the account that submitted the case.
|
CaseDetails.Builder |
CaseDetails.Builder.timeCreated(String timeCreated)
The time that the case was created in the Amazon Web Services Support Center.
|
CaseDetails.Builder |
CaseDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaseDetails.Builder> |
CaseDetails.serializableBuilderClass() |
Copyright © 2023. All rights reserved.