Interface RegisteredPagerDutyDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredPagerDutyDetails.Builder,,RegisteredPagerDutyDetails> SdkBuilder<RegisteredPagerDutyDetails.Builder,,RegisteredPagerDutyDetails> SdkPojo
- Enclosing class:
RegisteredPagerDutyDetails
@Mutable
@NotThreadSafe
public static interface RegisteredPagerDutyDetails.Builder
extends SdkPojo, CopyableBuilder<RegisteredPagerDutyDetails.Builder,RegisteredPagerDutyDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe scopes that were assigned to the servicescopes(Collection<String> scopes) The scopes that were assigned to the serviceMethods 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
-
scopes
The scopes that were assigned to the service
- Parameters:
scopes- The scopes that were assigned to the service- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The scopes that were assigned to the service
- Parameters:
scopes- The scopes that were assigned to the service- Returns:
- Returns a reference to this object so that method calls can be chained together.
-