| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
ItemValue.Builder |
ItemValue.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.
|
static ItemValue.Builder |
ItemValue.builder() |
ItemValue.Builder |
ItemValue.Builder.metricDefinition(String metricDefinition)
The metric definition, if the related item is a metric in Amazon CloudWatch.
|
default ItemValue.Builder |
ItemValue.Builder.pagerDutyIncidentDetail(Consumer<PagerDutyIncidentDetail.Builder> pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
|
ItemValue.Builder |
ItemValue.Builder.pagerDutyIncidentDetail(PagerDutyIncidentDetail pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
|
ItemValue.Builder |
ItemValue.toBuilder() |
ItemValue.Builder |
ItemValue.Builder.url(String url)
The URL, if the related item is a non-Amazon Web Services resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ItemValue.Builder> |
ItemValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ItemIdentifier.Builder |
ItemIdentifier.Builder.value(Consumer<ItemValue.Builder> value)
Details about the related item.
|
Copyright © 2023. All rights reserved.