| 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 AWS Support case ID requested or returned in the call.
|
CaseDetails.Builder |
CaseDetails.Builder.categoryCode(String categoryCode)
The category of problem for the AWS 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 AWS Support Center.
|
CaseDetails.Builder |
CaseDetails.Builder.language(String language)
The ISO 639-1 code for the language in which AWS provides support.
|
default CaseDetails.Builder |
CaseDetails.Builder.recentCommunications(Consumer<RecentCaseCommunications.Builder> recentCommunications)
The five most recent communications between you and AWS 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 AWS Support Center, including the IDs of any attachments
to the communications.
|
CaseDetails.Builder |
CaseDetails.Builder.serviceCode(String serviceCode)
The code for the AWS service returned by the call to DescribeServices.
|
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 AWS 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 case created in the AWS Support Center.
|
CaseDetails.Builder |
CaseDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CaseDetails.Builder> |
CaseDetails.serializableBuilderClass() |
Copyright © 2018. All rights reserved.