Interface IDCConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IDCConfig.Builder,
,IDCConfig> SdkBuilder<IDCConfig.Builder,
,IDCConfig> SdkPojo
- Enclosing class:
IDCConfig
public static interface IDCConfig.Builder
extends SdkPojo, CopyableBuilder<IDCConfig.Builder,IDCConfig>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of the application.instanceArn
(String instanceArn) The Amazon Resource Name (ARN) of the identity center instance.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, sdkFields
-
Method Details
-
instanceArn
The Amazon Resource Name (ARN) of the identity center instance.
- Parameters:
instanceArn
- The Amazon Resource Name (ARN) of the identity center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
The Amazon Resource Name (ARN) of the application.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-