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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDCConfig.BuilderapplicationArn(String applicationArn)The Amazon Resource Name (ARN) of the application.IDCConfig.BuilderinstanceArn(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceArn
IDCConfig.Builder instanceArn(String 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
IDCConfig.Builder applicationArn(String 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.
-
-