Interface CustomAccountPoolHandler.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomAccountPoolHandler.Builder,
,CustomAccountPoolHandler> SdkBuilder<CustomAccountPoolHandler.Builder,
,CustomAccountPoolHandler> SdkPojo
- Enclosing class:
CustomAccountPoolHandler
@Mutable
@NotThreadSafe
public static interface CustomAccountPoolHandler.Builder
extends SdkPojo, CopyableBuilder<CustomAccountPoolHandler.Builder,CustomAccountPoolHandler>
-
Method Summary
Modifier and TypeMethodDescriptionlambdaExecutionRoleArn
(String lambdaExecutionRoleArn) The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.lambdaFunctionArn
(String lambdaFunctionArn) The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.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
-
lambdaExecutionRoleArn
The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.
- Parameters:
lambdaExecutionRoleArn
- The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaFunctionArn
The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.
- Parameters:
lambdaFunctionArn
- The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-