public static interface ItemValue.Builder extends SdkPojo, CopyableBuilder<ItemValue.Builder,ItemValue>
| Modifier and Type | Method and Description |
|---|---|
ItemValue.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.
|
ItemValue.Builder |
metricDefinition(String metricDefinition)
The metric definition, if the related item is a metric in Amazon CloudWatch.
|
default ItemValue.Builder |
pagerDutyIncidentDetail(Consumer<PagerDutyIncidentDetail.Builder> pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
|
ItemValue.Builder |
pagerDutyIncidentDetail(PagerDutyIncidentDetail pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
|
ItemValue.Builder |
url(String url)
The URL, if the related item is a non-Amazon Web Services resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildItemValue.Builder arn(String arn)
The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.
arn - The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource.ItemValue.Builder metricDefinition(String metricDefinition)
The metric definition, if the related item is a metric in Amazon CloudWatch.
metricDefinition - The metric definition, if the related item is a metric in Amazon CloudWatch.ItemValue.Builder pagerDutyIncidentDetail(PagerDutyIncidentDetail pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
pagerDutyIncidentDetail - Details about an incident that is associated with a PagerDuty incident.default ItemValue.Builder pagerDutyIncidentDetail(Consumer<PagerDutyIncidentDetail.Builder> pagerDutyIncidentDetail)
Details about an incident that is associated with a PagerDuty incident.
This is a convenience method that creates an instance of thePagerDutyIncidentDetail.Builder avoiding
the need to create one manually via PagerDutyIncidentDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to pagerDutyIncidentDetail(PagerDutyIncidentDetail).
pagerDutyIncidentDetail - a consumer that will call methods on PagerDutyIncidentDetail.BuilderpagerDutyIncidentDetail(PagerDutyIncidentDetail)ItemValue.Builder url(String url)
The URL, if the related item is a non-Amazon Web Services resource.
url - The URL, if the related item is a non-Amazon Web Services resource.Copyright © 2023. All rights reserved.