Class CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty>
- Enclosing interface:
CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty
@Stability(Stable)
public static final class CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.oAuthClientCredentials(CfnServicePropsMixin.OAuthClientDetailsProperty oAuthClientCredentials) oAuthClientCredentials(IResolvable oAuthClientCredentials)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
oAuthClientCredentials
@Stability(Stable) public CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty.Builder oAuthClientCredentials(IResolvable oAuthClientCredentials) Sets the value ofCfnServicePropsMixin.PagerDutyAuthorizationConfigProperty.getOAuthClientCredentials()- Parameters:
oAuthClientCredentials- OAuth client credentials.- Returns:
this
-
oAuthClientCredentials
@Stability(Stable) public CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty.Builder oAuthClientCredentials(CfnServicePropsMixin.OAuthClientDetailsProperty oAuthClientCredentials) Sets the value ofCfnServicePropsMixin.PagerDutyAuthorizationConfigProperty.getOAuthClientCredentials()- Parameters:
oAuthClientCredentials- OAuth client credentials.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty>- Returns:
- a new instance of
CfnServicePropsMixin.PagerDutyAuthorizationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-