GetCaseResponse.Builder |
GetCaseResponse.Builder.actualIncidentStartDate(Instant actualIncidentStartDate) |
Response element for GetCase that provides the actual incident start date as identified by data analysis
during the investigation.
|
static GetCaseResponse.Builder |
GetCaseResponse.builder() |
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.caseArn(String caseArn) |
Response element for GetCase that provides the case ARN
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.caseAttachments(Collection<CaseAttachmentAttributes> caseAttachments) |
Response element for GetCase that provides a list of current case attachments.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.caseAttachments(Consumer<CaseAttachmentAttributes.Builder>... caseAttachments) |
Response element for GetCase that provides a list of current case attachments.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.caseAttachments(CaseAttachmentAttributes... caseAttachments) |
Response element for GetCase that provides a list of current case attachments.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.caseStatus(String caseStatus) |
Response element for GetCase that provides the case status.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.caseStatus(CaseStatus caseStatus) |
Response element for GetCase that provides the case status.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.closedDate(Instant closedDate) |
Response element for GetCase that provides the date a specified case was closed.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.closureCode(String closureCode) |
Response element for GetCase that provides the summary code for why a case was closed.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.closureCode(ClosureCode closureCode) |
Response element for GetCase that provides the summary code for why a case was closed.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.createdDate(Instant createdDate) |
Response element for GetCase that provides the date the case was created.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.description(String description) |
Response element for GetCase that provides contents of the case description.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.engagementType(String engagementType) |
Response element for GetCase that provides the engagement type.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.engagementType(EngagementType engagementType) |
Response element for GetCase that provides the engagement type.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.impactedAccounts(String... impactedAccounts) |
Response element for GetCase that provides a list of impacted accounts.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.impactedAccounts(Collection<String> impactedAccounts) |
Response element for GetCase that provides a list of impacted accounts.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.impactedAwsRegions(Collection<ImpactedAwsRegion> impactedAwsRegions) |
Response element for GetCase that provides the impacted regions.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.impactedAwsRegions(Consumer<ImpactedAwsRegion.Builder>... impactedAwsRegions) |
Response element for GetCase that provides the impacted regions.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.impactedAwsRegions(ImpactedAwsRegion... impactedAwsRegions) |
Response element for GetCase that provides the impacted regions.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.impactedServices(String... impactedServices) |
Response element for GetCase that provides a list of impacted services.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.impactedServices(Collection<String> impactedServices) |
Response element for GetCase that provides a list of impacted services.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
Response element for GetCase that provides the date a case was last modified.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.pendingAction(String pendingAction) |
Response element for GetCase that provides identifies the case is waiting on customer input.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.pendingAction(PendingAction pendingAction) |
Response element for GetCase that provides identifies the case is waiting on customer input.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.reportedIncidentStartDate(Instant reportedIncidentStartDate) |
Response element for GetCase that provides the customer provided incident start date.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.resolverType(String resolverType) |
Response element for GetCase that provides the current resolver types.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.resolverType(ResolverType resolverType) |
Response element for GetCase that provides the current resolver types.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.threatActorIpAddresses(Collection<ThreatActorIp> threatActorIpAddresses) |
Response element for GetCase that provides a list of suspicious IP addresses associated with unauthorized
activity.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.threatActorIpAddresses(Consumer<ThreatActorIp.Builder>... threatActorIpAddresses) |
Response element for GetCase that provides a list of suspicious IP addresses associated with unauthorized
activity.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.threatActorIpAddresses(ThreatActorIp... threatActorIpAddresses) |
Response element for GetCase that provides a list of suspicious IP addresses associated with unauthorized
activity.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.title(String title) |
Response element for GetCase that provides the case title.
|
GetCaseResponse.Builder |
GetCaseResponse.toBuilder() |
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.watchers(Collection<Watcher> watchers) |
Response element for GetCase that provides a list of Watchers added to the case.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.watchers(Consumer<Watcher.Builder>... watchers) |
Response element for GetCase that provides a list of Watchers added to the case.
|
GetCaseResponse.Builder |
GetCaseResponse.Builder.watchers(Watcher... watchers) |
Response element for GetCase that provides a list of Watchers added to the case.
|