Interface DescribePartnerAppResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribePartnerAppResponse.Builder,
,DescribePartnerAppResponse> SageMakerResponse.Builder
,SdkBuilder<DescribePartnerAppResponse.Builder,
,DescribePartnerAppResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribePartnerAppResponse
-
Method Summary
Modifier and TypeMethodDescriptionapplicationConfig
(Consumer<PartnerAppConfig.Builder> applicationConfig) Configuration settings for the SageMaker Partner AI App.applicationConfig
(PartnerAppConfig applicationConfig) Configuration settings for the SageMaker Partner AI App.The ARN of the SageMaker Partner AI App that was described.The authorization type that users use to access the SageMaker Partner AI App.authType
(PartnerAppAuthType authType) The authorization type that users use to access the SageMaker Partner AI App.The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.creationTime
(Instant creationTime) The time that the SageMaker Partner AI App was created.enableIamSessionBasedIdentity
(Boolean enableIamSessionBasedIdentity) When set toTRUE
, 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.error
(Consumer<ErrorInfo.Builder> error) This is an error field object that contains the error code and the reason for an operation failure.This is an error field object that contains the error code and the reason for an operation failure.executionRoleArn
(String executionRoleArn) The ARN of the IAM role associated with the SageMaker Partner AI App.The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.lastModifiedTime
(Instant lastModifiedTime) The time that the SageMaker Partner AI App was last modified.maintenanceConfig
(Consumer<PartnerAppMaintenanceConfig.Builder> maintenanceConfig) Maintenance configuration settings for the SageMaker Partner AI App.maintenanceConfig
(PartnerAppMaintenanceConfig maintenanceConfig) Maintenance configuration settings for the SageMaker Partner AI App.The name of the SageMaker Partner AI App.The status of the SageMaker Partner AI App.status
(PartnerAppStatus status) The status of the SageMaker Partner AI App.The instance type and size of the cluster attached to the SageMaker Partner AI App.The type of SageMaker Partner AI App.type
(PartnerAppType type) The type of SageMaker Partner AI App.The version of the SageMaker Partner AI App.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The ARN of the SageMaker Partner AI App that was described.
- Parameters:
arn
- The ARN of the SageMaker Partner AI App that was described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the SageMaker Partner AI App.
- Parameters:
name
- The name of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of SageMaker Partner AI App. Must be one of the following:
lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Parameters:
type
- The type of SageMaker Partner AI App. Must be one of the following:lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of SageMaker Partner AI App. Must be one of the following:
lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Parameters:
type
- The type of SageMaker Partner AI App. Must be one of the following:lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the SageMaker Partner AI App.
- Parameters:
status
- The status of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the SageMaker Partner AI App.
- Parameters:
status
- The status of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The time that the SageMaker Partner AI App was created.
- Parameters:
creationTime
- The time that the SageMaker Partner AI App was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The time that the SageMaker Partner AI App was last modified.
- Parameters:
lastModifiedTime
- The time that the SageMaker Partner AI App was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionRoleArn
The ARN of the IAM role associated with the SageMaker Partner AI App.
- Parameters:
executionRoleArn
- The ARN of the IAM role associated with the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.
- Parameters:
kmsKeyId
- The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baseUrl
The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.
- Parameters:
baseUrl
- The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
- Parameters:
maintenanceConfig
- Maintenance configuration settings for the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceConfig
default DescribePartnerAppResponse.Builder maintenanceConfig(Consumer<PartnerAppMaintenanceConfig.Builder> maintenanceConfig) Maintenance configuration settings for the SageMaker Partner AI App.
This is a convenience method that creates an instance of thePartnerAppMaintenanceConfig.Builder
avoiding the need to create one manually viaPartnerAppMaintenanceConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomaintenanceConfig(PartnerAppMaintenanceConfig)
.- Parameters:
maintenanceConfig
- a consumer that will call methods onPartnerAppMaintenanceConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tier
The instance type and size of the cluster attached to the SageMaker Partner AI App.
- Parameters:
tier
- The instance type and size of the cluster attached to the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of the SageMaker Partner AI App.
- Parameters:
version
- The version of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationConfig
Configuration settings for the SageMaker Partner AI App.
- Parameters:
applicationConfig
- Configuration settings for the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationConfig
default DescribePartnerAppResponse.Builder applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig) Configuration settings for the SageMaker Partner AI App.
This is a convenience method that creates an instance of thePartnerAppConfig.Builder
avoiding the need to create one manually viaPartnerAppConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toapplicationConfig(PartnerAppConfig)
.- Parameters:
applicationConfig
- a consumer that will call methods onPartnerAppConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authType
The authorization type that users use to access the SageMaker Partner AI App.
- Parameters:
authType
- The authorization type that users use to access the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authType
The authorization type that users use to access the SageMaker Partner AI App.
- Parameters:
authType
- The authorization type that users use to access the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enableIamSessionBasedIdentity
DescribePartnerAppResponse.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.- Parameters:
enableIamSessionBasedIdentity
- When set toTRUE
, 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
This is an error field object that contains the error code and the reason for an operation failure.
- Parameters:
error
- This is an error field object that contains the error code and the reason for an operation failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
This is an error field object that contains the error code and the reason for an operation failure.
This is a convenience method that creates an instance of theErrorInfo.Builder
avoiding the need to create one manually viaErrorInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerror(ErrorInfo)
.- Parameters:
error
- a consumer that will call methods onErrorInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-