Class CfnIntegration.ServiceNowSourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.customerprofiles.CfnIntegration.ServiceNowSourcePropertiesProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnIntegration.ServiceNowSourcePropertiesProperty>
- Enclosing interface:
 - CfnIntegration.ServiceNowSourcePropertiesProperty
 
@Stability(Stable)
public static final class CfnIntegration.ServiceNowSourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration.ServiceNowSourcePropertiesProperty>
A builder for 
CfnIntegration.ServiceNowSourcePropertiesProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnIntegration.ServiceNowSourcePropertiesProperty.getObject() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
object
@Stability(Stable) public CfnIntegration.ServiceNowSourcePropertiesProperty.Builder object(String object) Sets the value ofCfnIntegration.ServiceNowSourcePropertiesProperty.getObject()- Parameters:
 object- The object specified in the ServiceNow flow source. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnIntegration.ServiceNowSourcePropertiesProperty>- Returns:
 - a new instance of 
CfnIntegration.ServiceNowSourcePropertiesProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -