Class CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty>
- Enclosing interface:
CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty
@Stability(Stable)
public static final class CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.providerConfiguration(Map<String, String> providerConfiguration) providerConfiguration(IResolvable providerConfiguration) providerServiceArn(String providerServiceArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
providerConfiguration
@Stability(Stable) public CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.Builder providerConfiguration(Map<String, String> providerConfiguration) Sets the value ofCfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.getProviderConfiguration()- Parameters:
providerConfiguration- An object which defines any additional configurations required by the provider service.- Returns:
this
-
providerConfiguration
@Stability(Stable) public CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.Builder providerConfiguration(IResolvable providerConfiguration) Sets the value ofCfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.getProviderConfiguration()- Parameters:
providerConfiguration- An object which defines any additional configurations required by the provider service.- Returns:
this
-
providerServiceArn
@Stability(Stable) public CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.Builder providerServiceArn(String providerServiceArn) Sets the value ofCfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty.getProviderServiceArn()- Parameters:
providerServiceArn- The Amazon Resource Name (ARN) of the provider service.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty>- Returns:
- a new instance of
CfnIdNamespacePropsMixin.NamespaceProviderPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-