Interface IdcAuthConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdcAuthConfiguration.Builder,
,IdcAuthConfiguration> SdkBuilder<IdcAuthConfiguration.Builder,
,IdcAuthConfiguration> SdkPojo
- Enclosing class:
IdcAuthConfiguration
@Mutable
@NotThreadSafe
public static interface IdcAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<IdcAuthConfiguration.Builder,IdcAuthConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionidcApplicationArn
(String idcApplicationArn) The Amazon Resource Name (ARN) of the IAM Identity Center Application used to configure authentication.The Amazon Resource Name (ARN) of the IAM role with permissions to perform actions on Amazon Web Services services on your behalf.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 Details
-
idcApplicationArn
The Amazon Resource Name (ARN) of the IAM Identity Center Application used to configure authentication.
- Parameters:
idcApplicationArn
- The Amazon Resource Name (ARN) of the IAM Identity Center Application used to configure authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role with permissions to perform actions on Amazon Web Services services on your behalf.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role with permissions to perform actions on Amazon Web Services services on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-