Interface IdcConfigInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdcConfigInput.Builder,,IdcConfigInput> SdkBuilder<IdcConfigInput.Builder,,IdcConfigInput> SdkPojo
- Enclosing class:
IdcConfigInput
@Mutable
@NotThreadSafe
public static interface IdcConfigInput.Builder
extends SdkPojo, CopyableBuilder<IdcConfigInput.Builder,IdcConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceArn(String instanceArn) The ARN of the Amazon Web Services IAM Identity Center instance that the SageMaker Partner AI App uses to authenticate users.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceArn
The ARN of the Amazon Web Services IAM Identity Center instance that the SageMaker Partner AI App uses to authenticate users.
- Parameters:
instanceArn- The ARN of the Amazon Web Services IAM Identity Center instance that the SageMaker Partner AI App uses to authenticate users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-