Class CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty>
- Enclosing interface:
CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty
@Stability(Stable)
public static final class CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpoint
@Stability(Stable) public CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty.Builder endpoint(String endpoint) - Parameters:
endpoint- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty>- Returns:
- a new instance of
CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-