Interface IdCConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdCConfiguration.Builder,,IdCConfiguration> SdkBuilder<IdCConfiguration.Builder,,IdCConfiguration> SdkPojo
- Enclosing class:
IdCConfiguration
@Mutable
@NotThreadSafe
public static interface IdCConfiguration.Builder
extends SdkPojo, CopyableBuilder<IdCConfiguration.Builder,IdCConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionidcApplicationArn(String idcApplicationArn) The Amazon Resource Name (ARN) of the IAM Identity Center application.idcInstanceArn(String idcInstanceArn) The Amazon Resource Name (ARN) of the IAM Identity Center instance.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
-
idcApplicationArn
The Amazon Resource Name (ARN) of the IAM Identity Center application.
- Parameters:
idcApplicationArn- The Amazon Resource Name (ARN) of the IAM Identity Center application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcInstanceArn
The Amazon Resource Name (ARN) of the IAM Identity Center instance.
- Parameters:
idcInstanceArn- The Amazon Resource Name (ARN) of the IAM Identity Center instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-