Interface PagerDutyConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PagerDutyConfiguration.Builder,,PagerDutyConfiguration> SdkBuilder<PagerDutyConfiguration.Builder,,PagerDutyConfiguration> SdkPojo
- Enclosing class:
PagerDutyConfiguration
@Mutable
@NotThreadSafe
public static interface PagerDutyConfiguration.Builder
extends SdkPojo, CopyableBuilder<PagerDutyConfiguration.Builder,PagerDutyConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncustomerEmail(String customerEmail) Email to be used in Pagerduty API headerList of Pagerduty service available for the association.services(Collection<String> services) List of Pagerduty service available for the association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
services
List of Pagerduty service available for the association.
- Parameters:
services- List of Pagerduty service available for the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
services
List of Pagerduty service available for the association.
- Parameters:
services- List of Pagerduty service available for the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerEmail
Email to be used in Pagerduty API header
- Parameters:
customerEmail- Email to be used in Pagerduty API header- Returns:
- Returns a reference to this object so that method calls can be chained together.
-