Class CfnPartnerAppPropsMixin.PartnerAppConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnPartnerAppPropsMixin.PartnerAppConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPartnerAppPropsMixin.PartnerAppConfigProperty>
- Enclosing interface:
CfnPartnerAppPropsMixin.PartnerAppConfigProperty
@Stability(Stable)
public static final class CfnPartnerAppPropsMixin.PartnerAppConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPartnerAppPropsMixin.PartnerAppConfigProperty>
A builder for
CfnPartnerAppPropsMixin.PartnerAppConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadminUsers(List<String> adminUsers) Sets the value ofCfnPartnerAppPropsMixin.PartnerAppConfigProperty.getAdminUsers()Sets the value ofCfnPartnerAppPropsMixin.PartnerAppConfigProperty.getArguments()arguments(IResolvable arguments) Sets the value ofCfnPartnerAppPropsMixin.PartnerAppConfigProperty.getArguments()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adminUsers
@Stability(Stable) public CfnPartnerAppPropsMixin.PartnerAppConfigProperty.Builder adminUsers(List<String> adminUsers) Sets the value ofCfnPartnerAppPropsMixin.PartnerAppConfigProperty.getAdminUsers()- Parameters:
adminUsers- A list of users that will have administrative access to the Partner AI App.- Returns:
this
-
arguments
@Stability(Stable) public CfnPartnerAppPropsMixin.PartnerAppConfigProperty.Builder arguments(Map<String, String> arguments) Sets the value ofCfnPartnerAppPropsMixin.PartnerAppConfigProperty.getArguments()- Parameters:
arguments- Additional arguments passed to the Partner AI App during initialization or runtime.- Returns:
this
-
arguments
@Stability(Stable) public CfnPartnerAppPropsMixin.PartnerAppConfigProperty.Builder arguments(IResolvable arguments) Sets the value ofCfnPartnerAppPropsMixin.PartnerAppConfigProperty.getArguments()- Parameters:
arguments- Additional arguments passed to the Partner AI App during initialization or runtime.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPartnerAppPropsMixin.PartnerAppConfigProperty>- Returns:
- a new instance of
CfnPartnerAppPropsMixin.PartnerAppConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-