Interface IdcConfigOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdcConfigOutput.Builder,,IdcConfigOutput> SdkBuilder<IdcConfigOutput.Builder,,IdcConfigOutput> SdkPojo
- Enclosing class:
IdcConfigOutput
@Mutable
@NotThreadSafe
public static interface IdcConfigOutput.Builder
extends SdkPojo, CopyableBuilder<IdcConfigOutput.Builder,IdcConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn(String applicationArn) The ARN of the Amazon Web Services IAM Identity Center application that SageMaker creates for the SageMaker Partner AI App.instanceArn(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.
-
applicationArn
The ARN of the Amazon Web Services IAM Identity Center application that SageMaker creates for the SageMaker Partner AI App.
- Parameters:
applicationArn- The ARN of the Amazon Web Services IAM Identity Center application that SageMaker creates for the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-