Class IntegrationReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.customerprofiles.IntegrationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationReference>
- Enclosing interface:
IntegrationReference
@Stability(Stable)
public static final class IntegrationReference.Builder
extends Object
implements software.amazon.jsii.Builder<IntegrationReference>
A builder for
IntegrationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainName(String domainName) Sets the value ofIntegrationReference.getDomainName()Sets the value ofIntegrationReference.getUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainName
Sets the value ofIntegrationReference.getDomainName()- Parameters:
domainName- The DomainName of the Integration resource. This parameter is required.- Returns:
this
-
uri
Sets the value ofIntegrationReference.getUri()- Parameters:
uri- The Uri of the Integration resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationReference>- Returns:
- a new instance of
IntegrationReference - Throws:
NullPointerException- if any required attribute was not provided
-