Interface PartnerAppConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PartnerAppConfig.Builder,PartnerAppConfig>,SdkBuilder<PartnerAppConfig.Builder,PartnerAppConfig>,SdkPojo
- Enclosing class:
- PartnerAppConfig
public static interface PartnerAppConfig.Builder extends SdkPojo, CopyableBuilder<PartnerAppConfig.Builder,PartnerAppConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartnerAppConfig.BuilderadminUsers(String... adminUsers)The list of users that are given admin access to the SageMaker Partner AI App.PartnerAppConfig.BuilderadminUsers(Collection<String> adminUsers)The list of users that are given admin access to the SageMaker Partner AI App.PartnerAppConfig.Builderarguments(Map<String,String> arguments)This is a map of required inputs for a SageMaker Partner AI App.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
adminUsers
PartnerAppConfig.Builder adminUsers(Collection<String> adminUsers)
The list of users that are given admin access to the SageMaker Partner AI App.
- Parameters:
adminUsers- The list of users that are given admin access to the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminUsers
PartnerAppConfig.Builder adminUsers(String... adminUsers)
The list of users that are given admin access to the SageMaker Partner AI App.
- Parameters:
adminUsers- The list of users that are given admin access to the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arguments
PartnerAppConfig.Builder arguments(Map<String,String> arguments)
This is a map of required inputs for a SageMaker Partner AI App. Based on the application type, the map is populated with a key and value pair that is specific to the user and application.
- Parameters:
arguments- This is a map of required inputs for a SageMaker Partner AI App. Based on the application type, the map is populated with a key and value pair that is specific to the user and application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-