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) ARN of the IAM Identity Center application associated with this applicationidcInstanceArn(String idcInstanceArn) ARN of the IAM Identity Center instance used for user authenticationMethods 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
ARN of the IAM Identity Center application associated with this application
- Parameters:
idcApplicationArn- ARN of the IAM Identity Center application associated with this application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcInstanceArn
ARN of the IAM Identity Center instance used for user authentication
- Parameters:
idcInstanceArn- ARN of the IAM Identity Center instance used for user authentication- Returns:
- Returns a reference to this object so that method calls can be chained together.
-