Interface ArgoCdAwsIdcConfigRequest.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ArgoCdAwsIdcConfigRequest.Builder,,ArgoCdAwsIdcConfigRequest> SdkBuilder<ArgoCdAwsIdcConfigRequest.Builder,,ArgoCdAwsIdcConfigRequest> SdkPojo
- Enclosing class:
ArgoCdAwsIdcConfigRequest
@Mutable
@NotThreadSafe
public static interface ArgoCdAwsIdcConfigRequest.Builder
extends SdkPojo, CopyableBuilder<ArgoCdAwsIdcConfigRequest.Builder,ArgoCdAwsIdcConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionidcInstanceArn(String idcInstanceArn) The Amazon Resource Name (ARN) of the IAM Identity CenterIAM; Identity Center instance to use for authentication.The Region where your IAM Identity CenterIAM; Identity Center instance is located.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
-
idcInstanceArn
The Amazon Resource Name (ARN) of the IAM Identity CenterIAM; Identity Center instance to use for authentication.
- Parameters:
idcInstanceArn- The Amazon Resource Name (ARN) of the IAM Identity CenterIAM; Identity Center instance to use for authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcRegion
The Region where your IAM Identity CenterIAM; Identity Center instance is located.
- Parameters:
idcRegion- The Region where your IAM Identity CenterIAM; Identity Center instance is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-