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