Interface PartnerAppConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PartnerAppConfig.Builder,
,PartnerAppConfig> SdkBuilder<PartnerAppConfig.Builder,
,PartnerAppConfig> SdkPojo
- Enclosing class:
PartnerAppConfig
@Mutable
@NotThreadSafe
public static interface PartnerAppConfig.Builder
extends SdkPojo, CopyableBuilder<PartnerAppConfig.Builder,PartnerAppConfig>
-
Method Summary
Modifier and TypeMethodDescriptionadminUsers
(String... adminUsers) The list of users that are given admin access to the SageMaker Partner AI App.adminUsers
(Collection<String> adminUsers) The list of users that are given admin access to the SageMaker Partner AI App.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 Details
-
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
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
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.
-