default CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig) |
Configuration settings for the SageMaker Partner AI App.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.applicationConfig(PartnerAppConfig applicationConfig) |
Configuration settings for the SageMaker Partner AI App.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.authType(String authType) |
The authorization type that users use to access the SageMaker Partner AI App.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.authType(PartnerAppAuthType authType) |
The authorization type that users use to access the SageMaker Partner AI App.
|
static CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.builder() |
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.clientToken(String clientToken) |
A unique token that guarantees that the call to this API is idempotent.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.enableIamSessionBasedIdentity(Boolean enableIamSessionBasedIdentity) |
When set to TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or
the authenticated IAM user as the identity of the SageMaker Partner AI App user.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.executionRoleArn(String executionRoleArn) |
The ARN of the IAM role that the partner application uses.
|
default CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.maintenanceConfig(Consumer<PartnerAppMaintenanceConfig.Builder> maintenanceConfig) |
Maintenance configuration settings for the SageMaker Partner AI App.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.maintenanceConfig(PartnerAppMaintenanceConfig maintenanceConfig) |
Maintenance configuration settings for the SageMaker Partner AI App.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.name(String name) |
The name to give the SageMaker Partner AI App.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.tags(Collection<Tag> tags) |
Each tag consists of a key and an optional value.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Each tag consists of a key and an optional value.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.tags(Tag... tags) |
Each tag consists of a key and an optional value.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.tier(String tier) |
Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.toBuilder() |
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.type(String type) |
The type of SageMaker Partner AI App to create.
|
CreatePartnerAppRequest.Builder |
CreatePartnerAppRequest.Builder.type(PartnerAppType type) |
The type of SageMaker Partner AI App to create.
|