public static interface PagerDutyConfiguration.Builder extends SdkPojo, CopyableBuilder<PagerDutyConfiguration.Builder,PagerDutyConfiguration>
| Modifier and Type | Method and Description |
|---|---|
PagerDutyConfiguration.Builder |
name(String name)
The name of the PagerDuty configuration.
|
default PagerDutyConfiguration.Builder |
pagerDutyIncidentConfiguration(Consumer<PagerDutyIncidentConfiguration.Builder> pagerDutyIncidentConfiguration)
Details about the PagerDuty service associated with the configuration.
|
PagerDutyConfiguration.Builder |
pagerDutyIncidentConfiguration(PagerDutyIncidentConfiguration pagerDutyIncidentConfiguration)
Details about the PagerDuty service associated with the configuration.
|
PagerDutyConfiguration.Builder |
secretId(String secretId)
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General
Access REST API Key or User Token REST API Key, and other user credentials.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPagerDutyConfiguration.Builder name(String name)
The name of the PagerDuty configuration.
name - The name of the PagerDuty configuration.PagerDutyConfiguration.Builder pagerDutyIncidentConfiguration(PagerDutyIncidentConfiguration pagerDutyIncidentConfiguration)
Details about the PagerDuty service associated with the configuration.
pagerDutyIncidentConfiguration - Details about the PagerDuty service associated with the configuration.default PagerDutyConfiguration.Builder pagerDutyIncidentConfiguration(Consumer<PagerDutyIncidentConfiguration.Builder> pagerDutyIncidentConfiguration)
Details about the PagerDuty service associated with the configuration.
This is a convenience method that creates an instance of thePagerDutyIncidentConfiguration.Builder
avoiding the need to create one manually via PagerDutyIncidentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
pagerDutyIncidentConfiguration(PagerDutyIncidentConfiguration).
pagerDutyIncidentConfiguration - a consumer that will call methods on PagerDutyIncidentConfiguration.BuilderpagerDutyIncidentConfiguration(PagerDutyIncidentConfiguration)PagerDutyConfiguration.Builder secretId(String secretId)
The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a General Access REST API Key or User Token REST API Key, and other user credentials.
secretId - The ID of the Amazon Web Services Secrets Manager secret that stores your PagerDuty key, either a
General Access REST API Key or User Token REST API Key, and other user credentials.Copyright © 2023. All rights reserved.